mirror of
https://github.com/ShaYmez/FreeSTAR-Status-Engine.git
synced 2026-06-01 21:54:48 -04:00
Fix #6 - compatibility issues
This commit is contained in:
+2
-1
@@ -83,7 +83,8 @@ if(isset($_POST['server']) && empty($message))
|
||||
$array = explode(";", $sql);
|
||||
|
||||
foreach ($array as $value) {
|
||||
if (empty(trim($value)))
|
||||
$val = trim($value);
|
||||
if (empty($val))
|
||||
{
|
||||
continue;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user