diff options
author | Brian Cully <bjc@kublai.com> | 2010-04-06 10:56:28 -0400 |
---|---|---|
committer | Brian Cully <github.20.shmit@spamgourmet.com> | 2010-04-06 10:56:28 -0400 |
commit | 7033c319d71a49942119ec3005d7b18840b0cd37 (patch) | |
tree | 0350b29e7ffb0d146036cd7e9b90b841ccd9bef8 /Makefiles/config | |
parent | 08419f9291c06747e01ede3d8de349bdbded6e1c (diff) | |
download | nastd-7033c319d71a49942119ec3005d7b18840b0cd37.tar.gz nastd-7033c319d71a49942119ec3005d7b18840b0cd37.zip |
Oops.
Diffstat (limited to 'Makefiles/config')
-rw-r--r-- | Makefiles/config | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefiles/config b/Makefiles/config index 6da908c..113b2de 100644 --- a/Makefiles/config +++ b/Makefiles/config @@ -23,9 +23,7 @@ MYSQL_LIBDIR= /usr/local/mysql/lib # Generic Database configuration. DBUSER= \"root\" DBPASS= NULL -#DBPASS= \"h4x0rZ,uhb0und!\" DBHOST= NULL -#DBHOST= \"mysql.dev.rcn.net\" DBNAME= \"password\" DBTBL= \"master\" DBSELECT= "\"SELECT %s FROM %s WHERE %s='%s'"\" |