Merge branch 'server_path_prefix' into storageareas
This commit is contained in:
commit
4cf7ff7fe4
|
@ -10,7 +10,7 @@ class Server {
|
||||||
'Protocol' => '',
|
'Protocol' => '',
|
||||||
'Hostname' => '',
|
'Hostname' => '',
|
||||||
'Port' => null,
|
'Port' => null,
|
||||||
'PathToIndex' => '/zm',
|
'PathToIndex' => '/zm/index.php',
|
||||||
'PathToZMS' => ZM_PATH_ZMS,
|
'PathToZMS' => ZM_PATH_ZMS,
|
||||||
'PathToApi' => '/zm/api',
|
'PathToApi' => '/zm/api',
|
||||||
'zmaudit' => 1,
|
'zmaudit' => 1,
|
||||||
|
|
Loading…
Reference in New Issue