aboutsummaryrefslogtreecommitdiff
path: root/install
diff options
context:
space:
mode:
Diffstat (limited to 'install')
-rw-r--r--install/upgrade.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/install/upgrade.php b/install/upgrade.php
index c759df0..7caf46e 100644
--- a/install/upgrade.php
+++ b/install/upgrade.php
@@ -20,7 +20,7 @@
error_reporting(E_ALL);
ini_set('display_errors', 1);
-require('../conf.php');
+require(__DIR__ . '/../conf.php');
function lower_version($that, $new) {
$that = explode('.', $that);