mirror of
https://github.com/e107inc/e107.git
synced 2025-08-03 13:17:24 +02:00
Clear system cache after running Git pull or sync.
This commit is contained in:
@@ -393,6 +393,8 @@ class system_tools
|
|||||||
|
|
||||||
e107::getRender()->tablerender(DBLAN_10.SEP.DBLAN_112, e107::getMessage()->render());
|
e107::getRender()->tablerender(DBLAN_10.SEP.DBLAN_112, e107::getMessage()->render());
|
||||||
|
|
||||||
|
e107::getCache()->clearAll('system');
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
@@ -69,6 +69,7 @@ class _system_cron
|
|||||||
|
|
||||||
$fl->chmod(e_BASE."cron.php",0755);
|
$fl->chmod(e_BASE."cron.php",0755);
|
||||||
$fl->chmod(e_HANDLER."bounce_handler.php",0755);
|
$fl->chmod(e_HANDLER."bounce_handler.php",0755);
|
||||||
|
e107::getCache()->clearAll('system');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user