summaryrefslogtreecommitdiff
path: root/prefs.php
diff options
context:
space:
mode:
Diffstat (limited to 'prefs.php')
-rw-r--r--prefs.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/prefs.php b/prefs.php
index 52be2a7a6..21a72cfd1 100644
--- a/prefs.php
+++ b/prefs.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");
require_once "functions.php";
require_once "sessions.php";