Gracefully break update

This commit is contained in:
f0o
2015-09-02 15:29:10 +01:00
parent a2096dad51
commit e64d145bf1
+1 -1
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;
}
}