From 8ee4336d778b2bdc1b8ba522d9251a4f664fe664 Mon Sep 17 00:00:00 2001 From: Camil Staps Date: Mon, 1 Aug 2016 11:30:19 +0200 Subject: Require paths --- install/upgrade.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install') 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); -- cgit v1.2.3