From 72fe5ce3108a5d50b5800ab02230610427e33e20 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Wed, 23 Apr 2025 01:19:42 +0500 Subject: upd: error reason max length --- src/alert.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/alert.php b/src/alert.php index 2ea9965..823a97a 100644 --- a/src/alert.php +++ b/src/alert.php @@ -22,7 +22,7 @@ function display_alert() } $status = $_GET["error_status"]; - $reason = str_safe($_GET["error_reason"], 50); + $reason = str_safe($_GET["error_reason"], 100); $ok = substr($status, 0, 1) == '2'; echo '' ?> -- cgit v1.2.3