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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

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";
}
?>
?>