get rid of default value for PathToIndex so that it will use PHP_SELF instead
This commit is contained in:
parent
2b21fe3640
commit
eee1d871e0
|
@ -9,8 +9,8 @@ class Server {
|
|||
'Name' => '',
|
||||
'Protocol' => '',
|
||||
'Hostname' => '',
|
||||
'Port' => null,
|
||||
'PathToIndex' => '/zm/index.php',
|
||||
'Port' => null,
|
||||
'PathToIndex' => null,
|
||||
'PathToZMS' => ZM_PATH_ZMS,
|
||||
'PathToApi' => '/zm/api',
|
||||
'zmaudit' => 1,
|
||||
|
|
Loading…
Reference in New Issue