more work on interactive update process;

This commit is contained in:
Michael Kaufmann (d00p)
2010-01-26 09:45:57 +00:00
parent 2f55490548
commit 3610c4aa23
6 changed files with 65 additions and 38 deletions

View File

@@ -18,8 +18,6 @@
define('AREA', 'admin');
require ("./lib/init.php");
if($page == '') $page = 'overview';
if($page == 'overview')
{
$log->logAction(ADM_ACTION, LOG_NOTICE, "viewed admin_updates");
@@ -30,11 +28,11 @@ if($page == 'overview')
&& $_POST['send'] == 'send')
{
echo getTemplate("update/update_start");
eval("echo \"" . getTemplate("update/update_start") . "\";");
include_once('./install/updatesql.php');
echo getTemplate("update/update_end");
eval("echo \"" . getTemplate("update/update_end") . "\";");
updateCounters();
inserttask('1');