diff options
author | Camil Staps | 2016-08-01 11:30:19 +0200 |
---|---|---|
committer | Camil Staps | 2016-08-01 11:30:19 +0200 |
commit | 8ee4336d778b2bdc1b8ba522d9251a4f664fe664 (patch) | |
tree | d704f32ee80088ba639ab51e5011932f9d45c747 /install | |
parent | Braintree status history (diff) |
Require paths
Diffstat (limited to 'install')
-rw-r--r-- | install/upgrade.php | 2 |
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); |