diff options
| -rw-r--r-- | auto_prepend.php | 8 |
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() */ |