get rid of default value for PathToIndex so that it will use PHP_SELF instead

This commit is contained in:
Isaac Connor 2019-01-16 12:09:26 -05:00
parent 2b21fe3640
commit eee1d871e0
1 changed files with 2 additions and 2 deletions

View File

@ -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,