SQL backstage update

Since Aurora only has one SQL database, I've removed the old database
proc and object (dbcon_old). It'll make everything connect to the same
database, and be less of a hassle with the config files.
This commit is contained in:
skull132
2015-06-21 17:34:28 +03:00
parent 8b842a7be8
commit fce65e8e42
5 changed files with 18 additions and 75 deletions
-6
View File
@@ -608,12 +608,6 @@
sqllogin = value
if ("password")
sqlpass = value
if ("feedback_database")
sqlfdbkdb = value
if ("feedback_login")
sqlfdbklogin = value
if ("feedback_password")
sqlfdbkpass = value
if ("enable_stat_tracking")
sqllogging = 1
else