From ff97952f6711d863e9189e09efcc6747283e92b5 Mon Sep 17 00:00:00 2001 From: hael Date: Mon, 4 Aug 2025 14:03:44 +0000 Subject: [PATCH] strtolower template name, tilte --- scan.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/scan.php b/scan.php index 77eecab..30bfc40 100644 --- a/scan.php +++ b/scan.php @@ -182,6 +182,7 @@ switch ($_GET["op"]) { if ($key=="deployment") { if ($data["STATUS"]=="0") { // ask $template = json_decode(base64_decode($data["TEMPLATE"])); + $template->name = strtolower($template->name); echo '
@@ -191,7 +192,7 @@ switch ($_GET["op"]) {
-

'.$template->name.'

+

'.$template->title.'

'.$template->subtitle.'

'.$template->description.'