Update domain_limits.php (#6757)

This commit is contained in:
Anthony
2023-06-19 13:07:01 -06:00
committed by GitHub
parent 9520fd9481
commit aa4a959f1c

View File

@@ -50,7 +50,7 @@
unset($hud_stat);
//domain limits
if (is_array($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
if (!empty($_SESSION['limit']) && sizeof($_SESSION['limit']) > 0) {
//set the row style
$c = 0;
@@ -228,4 +228,4 @@
echo "</div>\n";
}
?>
?>