fix warning staffpanel part

This commit is contained in:
xiaomlove
2021-01-07 17:35:00 +08:00
parent 69857a62b7
commit 86f364af9d
21 changed files with 71 additions and 51 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ echo "<p>";
echo "clean-up in progress...please wait<br />";
ob_flush();
flush();
if ($_GET['forceall']) {
if (isset($_GET['forceall']) && $_GET['forceall']) {
$forceall = 1;
} else {
$forceall = 0;