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

@ -10,7 +10,7 @@ class Server {
'Protocol' => '', 'Protocol' => '',
'Hostname' => '', 'Hostname' => '',
'Port' => null, 'Port' => null,
'PathToIndex' => '/zm/index.php', 'PathToIndex' => null,
'PathToZMS' => ZM_PATH_ZMS, 'PathToZMS' => ZM_PATH_ZMS,
'PathToApi' => '/zm/api', 'PathToApi' => '/zm/api',
'zmaudit' => 1, 'zmaudit' => 1,