From 390b0c1cda812e740d1ea6ebbb478daa1c308013 Mon Sep 17 00:00:00 2001 From: Darko Date: Fri, 9 Oct 2015 08:56:10 +0200 Subject: [PATCH] Fix the wrong path to config.php. --- 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 5fddcebcc..3e0990fc0 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