mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 17:28:55 +00:00
Fix the wrong path to config.php.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user