From 0d342f0aee3f2f800e486c0051dabe718a7b2841 Mon Sep 17 00:00:00 2001 From: Tom Willemsen Date: Wed, 23 Mar 2011 11:14:27 +0100 Subject: I don't like nxhtml --- emacs.d/nxhtml/tests/in/bug354363-index.php | 38 ----------------------------- 1 file changed, 38 deletions(-) delete mode 100644 emacs.d/nxhtml/tests/in/bug354363-index.php (limited to 'emacs.d/nxhtml/tests/in/bug354363-index.php') diff --git a/emacs.d/nxhtml/tests/in/bug354363-index.php b/emacs.d/nxhtml/tests/in/bug354363-index.php deleted file mode 100644 index 3644f5d..0000000 --- a/emacs.d/nxhtml/tests/in/bug354363-index.php +++ /dev/null @@ -1,38 +0,0 @@ -
' - . 'An exception occured while bootstrapping the application.'; - if(defined('APPLICATION_ENVIRONMENT') - && APPLICATION_ENVIRONMENT != 'production' - ) { - echo '

' . $exception->getMessage() . '
' - . '
Stack Trace:' - . '
' . $exception->getTraceAsString() . '
'; - } - echo '
'; - exit(1); - } - -Zend_Controller_Front::getInstance()->dispatch(); -- cgit v1.2.3-54-g00ecf