summaryrefslogtreecommitdiff
path: root/install/default-conf/config.php
diff options
context:
space:
mode:
authorPhilip Häusler <msquare@notrademark.de>2013-12-01 19:47:38 +0100
committerPhilip Häusler <msquare@notrademark.de>2013-12-01 19:47:38 +0100
commitada62a2937cd8a5eefe796690f76928eeaea3d73 (patch)
tree80afc11afc177a4e88147c49596209c8699a35ea /install/default-conf/config.php
parente60b0df2ec274384797a4f2a66276018526dd8ba (diff)
config and install sql cleanup
Diffstat (limited to 'install/default-conf/config.php')
-rw-r--r--install/default-conf/config.php8
1 files changed, 1 insertions, 7 deletions
diff --git a/install/default-conf/config.php b/install/default-conf/config.php
index 35222c41..958db3ce 100644
--- a/install/default-conf/config.php
+++ b/install/default-conf/config.php
@@ -1,12 +1,6 @@
<?php
-// Adresse des Webservers
-$url = "https://SEDENGELURL";
-
-// Startverzeichnis des Engelhome
-$ENGEL_ROOT = "/";
-
// Default-Theme auf der Startseite, 1=style1.css usw.
-$default_theme = 10;
+$default_theme = 1;
// System disable message, ist ist set is: bages schow only this text
//$SystemDisableMessage="<H1>This system ist moved to a server in the BCC, you can in the moment only youse it in the in Engel Room</H1>";