Remove smarty php cache
This commit is contained in:
@@ -26,6 +26,9 @@
|
|||||||
|
|
||||||
if ($domains_processed == 1) {
|
if ($domains_processed == 1) {
|
||||||
|
|
||||||
|
//remove smarty cache
|
||||||
|
system('rm '.sys_get_temp_dir().'/*.php');
|
||||||
|
|
||||||
//ensure the login message is set, if new message exists
|
//ensure the login message is set, if new message exists
|
||||||
$sql = "select count(*) as num_rows from v_default_settings ";
|
$sql = "select count(*) as num_rows from v_default_settings ";
|
||||||
$sql .= "where default_setting_category = 'login' ";
|
$sql .= "where default_setting_category = 'login' ";
|
||||||
|
|||||||
Reference in New Issue
Block a user