mirror of
https://github.com/NNTmux/newznab-tmux.git
synced 2026-08-29 09:18:54 +00:00
The real fix.
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