Commit 3628d9cb authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1163 Look only for the file without the relative path.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 838e5305
......@@ -27,7 +27,7 @@
*************************************************/
// config file
$config_path = stream_resolve_include_path("backend/kopano/config.php");
$config_path = stream_resolve_include_path("config.php");
if ($config_path !== false) {
require_once($config_path);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment