Update index.php

This commit is contained in:
FusionPBX
2018-04-14 15:17:49 -06:00
committed by GitHub
parent b2fcd5e097
commit 086ba4a109
+2 -1
View File
@@ -246,6 +246,7 @@
echo "</form>\n"; echo "</form>\n";
echo "<br /><br />"; echo "<br /><br />";
if (is_array($_SESSION["response"])) {
foreach($_SESSION["response"] as $part => $response){ foreach($_SESSION["response"] as $part => $response){
echo "<b>". $text["label-results"]." - ".$text["label-${part}"]."</b>"; echo "<b>". $text["label-results"]." - ".$text["label-${part}"]."</b>";
echo "<br /><br />"; echo "<br /><br />";
@@ -260,7 +261,7 @@
echo "<br /><br />"; echo "<br /><br />";
} }
unset($_SESSION["response"]); unset($_SESSION["response"]);
}
//include the footer //include the footer
require_once "resources/footer.php"; require_once "resources/footer.php";