summaryrefslogtreecommitdiff
path: root/auto_prepend.php
diff options
context:
space:
mode:
authorChristian A. Weber2026-07-22 16:41:58 +0200
committerChristian A. Weber2026-07-22 16:41:58 +0200
commit8690f3d9216a386f21237eee2f9412f1451e17bf (patch)
treedf7c04e64758de201b1183644aa74c40af1aeec7 /auto_prepend.php
parenta22898b285feced6d64f2c838f461908382a942b (diff)
downloaditools-8690f3d9216a386f21237eee2f9412f1451e17bf.tar.gz
itools-8690f3d9216a386f21237eee2f9412f1451e17bf.tar.bz2
itools-8690f3d9216a386f21237eee2f9412f1451e17bf.zip
removed ancient function fail() (replaced by it::fatal() decades ago)
Diffstat (limited to 'auto_prepend.php')
-rw-r--r--auto_prepend.php8
1 files changed, 0 insertions, 8 deletions
diff --git a/auto_prepend.php b/auto_prepend.php
index 485b0c5..da91045 100644
--- a/auto_prepend.php
+++ b/auto_prepend.php
@@ -158,14 +158,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()
*/