1
0
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:
Cameron
2020-03-26 11:53:37 -07:00
parent 0fc826f171
commit f4b4ba61d5
2 changed files with 3 additions and 0 deletions

View File

@@ -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');
} }

View File

@@ -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');
} }