diff options
| author | ilotterytea <iltsu@alright.party> | 2025-04-23 01:19:42 +0500 |
|---|---|---|
| committer | ilotterytea <iltsu@alright.party> | 2025-04-23 01:19:42 +0500 |
| commit | 72fe5ce3108a5d50b5800ab02230610427e33e20 (patch) | |
| tree | 2ae921e51229f7b457e404e0767811910f025b7a | |
| parent | d1a804db47fe0437278c1a55e395971026b8c7f9 (diff) | |
upd: error reason max length
| -rw-r--r-- | src/alert.php | 2 |
1 files changed, 1 insertions, 1 deletions
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 '' ?> |
