From 2193c629d0f446ce4717317aa8ee8c1354eec24c Mon Sep 17 00:00:00 2001 From: devdatt Date: Fri, 12 Dec 2025 07:33:54 +0530 Subject: [PATCH] upadte --- encoder/request_cert.php | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/encoder/request_cert.php b/encoder/request_cert.php index f191663..c0081e7 100755 --- a/encoder/request_cert.php +++ b/encoder/request_cert.php @@ -11,7 +11,9 @@ $https = false; function alert_and_back($message) { global $https; - + global $domain; + global $subdomains_raw; + global $email; $jsonFile = __DIR__ . '/domain.json'; $new = [ @@ -25,9 +27,6 @@ function alert_and_back($message) global $FORM_PAGE; - global $domain; - global $subdomains_raw; - global $email; // SAFELY escape entire message for JavaScript (supports newlines, quotes, etc.) $msg = json_encode($message, JSON_UNESCAPED_SLASHES | JSON_UNESCAPED_UNICODE);