From 41196fb8da708361f585ac9723177e72c1d9cbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Tue, 29 Jul 2014 22:33:05 +0200 Subject: [PATCH] Fixed Bugs when moving to prod --- www/protected/config/env/dev.php | 3 +++ www/protected/config/env/prod.php | 3 +++ www/protected/config/main.php | 2 +- 3 files changed, 7 insertions(+), 1 deletion(-) diff --git a/www/protected/config/env/dev.php b/www/protected/config/env/dev.php index 2b9a256..ca5d2f8 100644 --- a/www/protected/config/env/dev.php +++ b/www/protected/config/env/dev.php @@ -1,5 +1,8 @@ [ diff --git a/www/protected/config/env/prod.php b/www/protected/config/env/prod.php index eeb5f05..c719d24 100644 --- a/www/protected/config/env/prod.php +++ b/www/protected/config/env/prod.php @@ -1,5 +1,8 @@ [ diff --git a/www/protected/config/main.php b/www/protected/config/main.php index 4d92e86..d7c422b 100644 --- a/www/protected/config/main.php +++ b/www/protected/config/main.php @@ -144,6 +144,6 @@ return ArrayX::merge( 'params' => [ // this is used in contact page - 'adminEmail' => 'webmaster@example.com', + 'adminEmail' => 'kundenservice@mikescher.de', ], ]); \ No newline at end of file