Commit b2b3fbc5 authored by Sebastian Kummer's avatar Sebastian Kummer

ZP-1195 Use full path.

Released under the Affero GNU General Public License (AGPL) version 3.
parent 3628d9cb
......@@ -27,7 +27,7 @@
*************************************************/
// config file
$config_path = stream_resolve_include_path("config.php");
$config_path = stream_resolve_include_path(__DIR__."/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