From d3f06ef7ce62a632c3f3323f1877729b5be8aca6 Mon Sep 17 00:00:00 2001 From: ilotterytea Date: Mon, 18 Aug 2025 11:21:23 +0500 Subject: feat: alerts --- lib/alert.php | 43 +++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 43 insertions(+) create mode 100644 lib/alert.php (limited to 'lib') diff --git a/lib/alert.php b/lib/alert.php new file mode 100644 index 0000000..c481018 --- /dev/null +++ b/lib/alert.php @@ -0,0 +1,43 @@ + 1) { + $reason = $parts[1]; + } + + if (isset($reason)) { + echo '
'; + echo "

$reason

"; + echo '
'; + } +} \ No newline at end of file -- cgit v1.2.3