summaryrefslogtreecommitdiff
path: root/db-updater.php
diff options
context:
space:
mode:
Diffstat (limited to 'db-updater.php')
-rw-r--r--db-updater.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/db-updater.php b/db-updater.php
index 63c3c647a..e0900828c 100644
--- a/db-updater.php
+++ b/db-updater.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";