Default to PathToIndex should have the index.php in it

pull/2331/head
Isaac Connor 2018-11-29 15:53:19 -05:00
parent 1c17f334d3
commit 3bd5774ea1
1 changed files with 1 additions and 1 deletions

View File

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