mirror of
https://github.com/tim-krehan/shopping-list.git
synced 2024-11-23 22:30:41 +01:00
no default theme given...
This commit is contained in:
parent
87e896cbe6
commit
f36e30240c
1 changed files with 0 additions and 1 deletions
|
@ -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?>");
|
||||
|
||||
|
|
Loading…
Reference in a new issue