From ad16488643017f293dda6b226024751d15cb4426 Mon Sep 17 00:00:00 2001 From: Bharat Mediratta Date: Mon, 18 May 2009 06:30:32 +0000 Subject: Turn on IN_PRODUCTION mode now across the board. Create our own error page where we'll show whatever information is useful. Get rid of the IN_PRODUCTION hack in MY_View.php that we no longer need. --- core/views/kohana_error_page.php | 118 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 118 insertions(+) create mode 100644 core/views/kohana_error_page.php (limited to 'core/views') diff --git a/core/views/kohana_error_page.php b/core/views/kohana_error_page.php new file mode 100644 index 00000000..83ad5abb --- /dev/null +++ b/core/views/kohana_error_page.php @@ -0,0 +1,118 @@ + + + + + + + <?= t("Something went wrong!") ?> + + + + admin ?> +
+

+ +

+

+ +

+ +

+ +

+ +
+ +
+

+ +

+ + + + + + + -- cgit v1.2.3