1
0
mirror of https://github.com/e107inc/e107.git synced 2025-09-01 18:32:44 +02:00

Issue #2818 Moved core database update check to ajax.

This commit is contained in:
Cameron
2017-11-15 17:51:46 -08:00
parent ab76e96e86
commit 1069998c42
7 changed files with 87 additions and 4 deletions

View File

@@ -26,6 +26,8 @@ require_once ("update_routines.php");
new e107Update($dbupdate);
e107::getSession()->set('core-update-status', false); // reset update status.
require_once ("footer.php");