From 43793973d57fcb525da5f147e1f7811ee75524ae Mon Sep 17 00:00:00 2001 From: Elson Costa Date: Tue, 21 Nov 2023 09:39:38 -0300 Subject: [PATCH] Update system/pages/serverinfo.php --- system/pages/serverinfo.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/pages/serverinfo.php b/system/pages/serverinfo.php index 6ffcb8cec3..1938832d63 100644 --- a/system/pages/serverinfo.php +++ b/system/pages/serverinfo.php @@ -64,7 +64,7 @@ $redSkullLength = eval('return ' . $redSkullLength . ';'); $blackSkull = false; -$blackSkullLength = configLua('blackSkullDuration') : null; +$blackSkullLength = configLua('blackSkullDuration') ?? null; if(isset($config['lua']['useBlackSkull']) && getBoolean($config['lua']['useBlackSkull'])) { $blackSkullLength = configLua('blackSkullDuration');