mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-19 01:25:09 +00:00
Upgrade - Source: Mitigate PHP 8.x warning.
This commit is contained in:
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user