Siteconfig/Email

* make hardcoded email configurable
This commit is contained in:
Sarjuuk
2022-03-20 22:15:48 +01:00
parent feb6ee25dd
commit e109a6deed
6 changed files with 26 additions and 15 deletions

View File

@@ -512,6 +512,9 @@ class AjaxAdmin extends AjaxHandler
case 'static_host':
$buildList = 'searchplugin,power,searchboxBody,searchboxScript';
break;
case 'contact_email':
$buildList = 'markup';
break;
case 'locales':
$buildList = 'locales';
$msg .= ' * remember to rebuild all static files for the language you just added.<br />';