no default theme given...

This commit is contained in:
Tim Krehan 2019-05-23 08:50:51 +02:00
parent 87e896cbe6
commit f36e30240c

View file

@ -45,7 +45,6 @@ $CONFIG["host"] = $_POST['dbhost'];
$CONFIG["username"] = $_POST['username'];
$CONFIG["passwd"] = $_POST['passwd'];
$CONFIG["database"] = $_POST['database'];
$CONFIG["theme"] = "default";
file_put_contents($_SESSION["docroot"].'/config/config.php', '<?php '."\r\n".'$CONFIG = '.var_export($CONFIG, true).";\n\r?>");