summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
Diffstat (limited to 'api')
-rw-r--r--api/index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/api/index.php b/api/index.php
index 1b713d561..6b0071141 100644
--- a/api/index.php
+++ b/api/index.php
@@ -3,9 +3,9 @@
require_once "../config.php";
- set_include_path(dirname(__FILE__) . PATH_SEPARATOR .
- dirname(dirname(__FILE__)) . PATH_SEPARATOR .
- dirname(dirname(__FILE__)) . "/include" . PATH_SEPARATOR .
+ set_include_path(__DIR__ . PATH_SEPARATOR .
+ dirname(__DIR__) . PATH_SEPARATOR .
+ dirname(__DIR__) . "/include" . PATH_SEPARATOR .
get_include_path());
chdir("..");