Upgrade - Source: Mitigate PHP 8.x warning.

This commit is contained in:
fusionate 2024-05-13 12:22:01 -06:00
parent 5c73ea7bbb
commit 8ca960b127
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -444,6 +444,7 @@
foreach($_SESSION["response"] as $part => $response){
echo "<b>".$text["label-results"]." - ".$text["label-${part}"];
echo "</b><br /><br />";
$error_found = false;
if ($part == "optional_apps") {
foreach ($response as $app_name => $app_response) {
echo "<strong>".$app_name."</strong><br>\n";