diff --git a/Changelog b/Changelog index 67df87c..fc3ae25 100644 --- a/Changelog +++ b/Changelog @@ -1,3 +1,8 @@ +07-13-05 + * added new default template, renamed the old default + to "blue" + * fixed a minor bug in the new template + 12-06-04 * fixed some weird insert_id bug that surfaced for whatever reason diff --git a/kwotes.conf.pl b/kwotes.conf.pl index 80b221f..d4e44cc 100755 --- a/kwotes.conf.pl +++ b/kwotes.conf.pl @@ -34,7 +34,7 @@ $DB_HOST = "mysql"; $DB_USER = "kwotes"; # database user -$DB_PASS = "kw0t3s"; +$DB_PASS = "password"; # database password ############################