From 94765d36f01cb5c19283283bd009ab9b53cd7cb4 Mon Sep 17 00:00:00 2001 From: Konrad Rosenbaum Date: Sat, 26 Sep 2015 22:54:49 +0200 Subject: [PATCH] per default disable old DB initialization in config --- www/config.php.template | 6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) 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"); - +*/ -- 1.7.2.5