From 8690f3d9216a386f21237eee2f9412f1451e17bf Mon Sep 17 00:00:00 2001 From: Christian A. Weber Date: Wed, 22 Jul 2026 16:41:58 +0200 Subject: removed ancient function fail() (replaced by it::fatal() decades ago) --- auto_prepend.php | 8 -------- 1 file changed, 8 deletions(-) (limited to 'auto_prepend.php') diff --git a/auto_prepend.php b/auto_prepend.php index 485b0c5..da91045 100644 --- a/auto_prepend.php +++ b/auto_prepend.php @@ -157,14 +157,6 @@ function U(...$args) /************************** other functions ***************************/ -/** - * Print an error message and end page - */ -function fail($text) -{ - it::fatal($text); -} - /** * Global shortcut for $it_debug::debug() * @see it_debug::debug() -- cgit v1.2.3