Skip to content

Commit

Permalink
Revert config.php, see issue psolom#90
Browse files Browse the repository at this point in the history
  • Loading branch information
dereks committed Feb 9, 2017
1 parent 717591e commit 3dcbb91
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions connectors/php/config.php
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@
* Set value to "false" in case the `fileRoot` folder located outside server root folder.
* If `fileRoot` options is set to "false", `serverRoot` value is ignored - always "true".
*/
"serverRoot" => false,
"serverRoot" => true,
/**
* Default value "false". Path to the user storage folder.
* By default the application will determine the path itself based on $_SERVER['DOCUMENT_ROOT'].
* You can set specific path to user storage folder with the following rules:
* - absolute path in case `serverRoot` set to "false", e.g. "/var/www/html/filemanager/userfiles/"
* - relative path in case `serverRoot` set to "true", e.g. "/filemanager/userfiles/"
*/
"fileRoot" => "/",
"fileRoot" => false,
/**
* Format of the date to display. See http://www.php.net/manual/en/function.date.php
*/
Expand Down Expand Up @@ -290,4 +290,4 @@
],
];

return $config;
return $config;

0 comments on commit 3dcbb91

Please sign in to comment.