summaryrefslogtreecommitdiff
path: root/localized_js.php
diff options
context:
space:
mode:
Diffstat (limited to 'localized_js.php')
-rw-r--r--localized_js.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/localized_js.php b/localized_js.php
index 1cf38e573..24846a320 100644
--- a/localized_js.php
+++ b/localized_js.php
@@ -1,5 +1,6 @@
<?php
- set_include_path(get_include_path() . PATH_SEPARATOR . "include");
+ set_include_path(get_include_path() . PATH_SEPARATOR .
+ dirname(__FILE__) . "/include");
define('DISABLE_SESSIONS', true);