From 78f4523f4532ceff410b0ca0b5c9f2de382341d6 Mon Sep 17 00:00:00 2001 From: Darko Date: Fri, 9 Oct 2015 08:58:32 +0200 Subject: [PATCH] The real fix. (cherry picked from commit 2f5116b) --- misc/update_scripts/python/lib/info.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/misc/update_scripts/python/lib/info.py b/misc/update_scripts/python/lib/info.py index 3e0990fc0..b05330b4f 100644 --- a/misc/update_scripts/python/lib/info.py +++ b/misc/update_scripts/python/lib/info.py @@ -45,7 +45,7 @@ def disconnect(cur, con): cur = None def readConfig(): - Configfile = pathname+"/../../../../www/config.php" + Configfile = pathname+"/../../../www/config.php" file = open( Configfile, "r") # Match a config line