From: Konrad Rosenbaum Date: Sat, 26 Sep 2015 20:54:49 +0000 (+0200) Subject: per default disable old DB initialization in config X-Git-Url: http://git.silmor.de/gitweb/?a=commitdiff_plain;h=94765d36f01cb5c19283283bd009ab9b53cd7cb4;p=konrad%2Fsmoke.git per default disable old DB initialization in config --- diff --git a/www/config.php.template b/www/config.php.template index 73a1228..7646ad9 100644 --- a/www/config.php.template +++ b/www/config.php.template @@ -1,4 +1,4 @@ -setPrefix("smoke2_"); $db->setAdminPassCode("Admin","SmokeInMyEye"); //use this if you want to upgrade data from an old (MagicSmoke 1.x) DB instance - +/* $olddb = new MysqlEngine("localhost","smoke",""); $olddb->setDbName("smoke"); $olddb->setPrefix("smoke_"); $olddb->setStorageEngine("InnoDB"); $olddb->setCharacterSet("utf8"); - +*/