Update index.php
This commit is contained in:
parent
19489bbc67
commit
2745d36798
|
|
@ -246,6 +246,7 @@
|
|||
echo "</form>\n";
|
||||
|
||||
echo "<br /><br />";
|
||||
if (is_array($_SESSION["response"])) {
|
||||
foreach($_SESSION["response"] as $part => $response){
|
||||
echo "<b>". $text["label-results"]." - ".$text["label-${part}"]."</b>";
|
||||
echo "<br /><br />";
|
||||
|
|
@ -260,7 +261,7 @@
|
|||
echo "<br /><br />";
|
||||
}
|
||||
unset($_SESSION["response"]);
|
||||
|
||||
}
|
||||
|
||||
//include the footer
|
||||
require_once "resources/footer.php";
|
||||
|
|
|
|||
Loading…
Reference in New Issue