Default to PathToIndex should have the index.php in it
parent
1c17f334d3
commit
3bd5774ea1
|
@ -10,7 +10,7 @@ class Server {
|
|||
'Protocol' => '',
|
||||
'Hostname' => '',
|
||||
'Port' => null,
|
||||
'PathToIndex' => '/zm',
|
||||
'PathToIndex' => '/zm/index.php',
|
||||
'PathToZMS' => ZM_PATH_ZMS,
|
||||
'PathToApi' => '/zm/api',
|
||||
'zmaudit' => 1,
|
||||
|
|
Loading…
Reference in New Issue