commit 0871284f83444f4f298c507f59504e39d575daf3
parent 88a3b8385985328682646a03cf4ba6861ead8bb7
Author: markseu <mark2011@mayberg.se>
Date: Wed, 20 Apr 2016 12:02:42 +0200
System update (webmaster remix)
Diffstat:
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/system/config/config.ini b/system/config/config.ini
@@ -2,7 +2,7 @@
Sitename: Yellow
Author: Yellow
-Email: postmaster
+Email: webmaster
Language: en
Theme: flatsite
diff --git a/system/plugins/core.php b/system/plugins/core.php
@@ -29,7 +29,7 @@ class YellowCore
$this->toolbox = new YellowToolbox();
$this->config->setDefault("sitename", "Yellow");
$this->config->setDefault("author", "Yellow");
- $this->config->setDefault("email", "postmaster");
+ $this->config->setDefault("email", "webmaster");
$this->config->setDefault("language", "en");
$this->config->setDefault("theme", "default");
$this->config->setDefault("serverScheme", $this->toolbox->getServerScheme());