mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update index.php (#4653)
This commit is contained in:
@@ -247,7 +247,7 @@
|
||||
echo "</form>\n";
|
||||
|
||||
echo "<br /><br />";
|
||||
if (is_array($_SESSION["response"])) {
|
||||
if (!empty($_SESSION["response"]) && is_array($_SESSION["response"])) {
|
||||
foreach($_SESSION["response"] as $part => $response){
|
||||
echo "<b>". $text["label-results"]." - ".$text["label-${part}"]."</b>";
|
||||
echo "<br /><br />";
|
||||
|
||||
Reference in New Issue
Block a user