From 6d0f05e2ac3a6be9945eb3853d2ebf4c559db590 Mon Sep 17 00:00:00 2001 From: jmontoyaa Date: Thu, 16 Mar 2017 14:24:05 +0100 Subject: [PATCH] Remove old file. - Didn't work (fatal error) in global.inc - Never used in the platform. --- 404.php | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100755 404.php diff --git a/404.php b/404.php deleted file mode 100755 index f53ea3a683..0000000000 --- a/404.php +++ /dev/null @@ -1,11 +0,0 @@ - -// ErrorDocument 404 /404/ -require_once '../main/inc/global.inc.php'; - -$msg = get_lang('FileNotFound'); -Display::display_header($msg); -Display::display_error_message($msg); -Display::display_footer(); -