1
0
mirror of https://github.com/monstra-cms/monstra.git synced 2025-07-31 02:10:37 +02:00

Installer: Default Site Email #87

This commit is contained in:
Awilum
2013-01-27 20:52:32 +02:00
parent 341ca86075
commit 5bac23c097
2 changed files with 3 additions and 2 deletions

View File

@@ -132,6 +132,7 @@ class SystemAdmin extends Backend
'defaultpage' => Request::post('site_default_page'),
'siteurl' => $_site_url,
'timezone' => Request::post('system_timezone'),
'system_email' => Request::post('system_email'),
'language' => Request::post('system_language'),
'maintenance_message' => Request::post('site_maintenance_message')));