Skip to content

Commit

Permalink
Changed path to new location of db credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
s3inlc authored Oct 31, 2018
1 parent cd358be commit 4b1893e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htpserver/HTDatabase.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
class HTDatabase:
def __init__(self, working_dir):
# Search the DB settings for Hashtopolis
path = working_dir + "/../db.php"
path = working_dir + "/../conf.php"
self.db = None
if not os.path.exists(path):
logging.error("DB connection file of Hashtopolis is not present!")
Expand Down

0 comments on commit 4b1893e

Please sign in to comment.