1
0
mirror of https://github.com/e107inc/e107.git synced 2025-08-18 12:21:45 +02:00

Added cron/function for updating from github. (Available only if the e107 installation is a cloned repo)

This commit is contained in:
Cameron
2014-05-23 21:59:01 -07:00
parent c0675ab6db
commit f428cc8041
4 changed files with 59 additions and 9 deletions

View File

@@ -3,6 +3,7 @@
$mes = e107::getMessage();
$mes->setTitle(LAN_STATUS, 'info');
echo $mes->render('default','info',false);
?>