Gracefully break update

This commit is contained in:
f0o 2015-09-01 23:39:48 +01:00
parent a2096dad51
commit e64d145bf1
No known key found for this signature in database
GPG Key ID: 239034DF4C471089

View File

@ -100,7 +100,7 @@ foreach ($filelist as $file) {
if ( abs($limit-$_REQUEST['offset']) > 6) {
$_SESSION['offset'] = $limit;
echo '<b>Updating, please wait..</b><sub>'.date('r').'</sub><script>window.location.href = "install.php?offset='.$limit.'";</script>';
die();
return;
}
}