EOD; $new_display = << Global / All Outlets'; } else { foreach ((\$data["outlets"] ?? []) as \$out) { if (in_array(\$out["id"], \$assigned)) { echo '' . htmlspecialchars(\$out["name"]) . ''; } } } ?> EOD; $content = str_replace($old_display, $new_display, $content); file_put_contents($file, $content); echo "Patch 5 applied.\n";