summaryrefslogtreecommitdiff
path: root/web/core/error.php
diff options
context:
space:
mode:
Diffstat (limited to 'web/core/error.php')
-rw-r--r--web/core/error.php12
1 files changed, 0 insertions, 12 deletions
diff --git a/web/core/error.php b/web/core/error.php
deleted file mode 100644
index 2e02cb1..0000000
--- a/web/core/error.php
+++ /dev/null
@@ -1,12 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <title><?=$code . ' - ' . $msg?></title>
- </head>
- <body>
- <center>
- <h1><?=$code . ' ' . $msg?></h1>
- </center>
- <hr>
- </body>
-</html>