diff options
| -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 '' ?> |
