From 12d02a55967dd298792efaa67538c5be6961b1f9 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 14 Mar 2009 01:56:29 +0000 Subject: [PATCH] Templates moved from core to add directory --- .gitattributes | 4 +++ application/mxchange/templates/de/.htaccess | 1 + .../mxchange/templates/de/code/.htaccess | 1 + .../templates/de/code/emergency_exit.ctp | 29 +++++++++++++++++++ .../mxchange/templates/de/code/footer_msg.ctp | 8 +++++ 5 files changed, 43 insertions(+) create mode 100644 application/mxchange/templates/de/.htaccess create mode 100644 application/mxchange/templates/de/code/.htaccess create mode 100644 application/mxchange/templates/de/code/emergency_exit.ctp create mode 100644 application/mxchange/templates/de/code/footer_msg.ctp diff --git a/.gitattributes b/.gitattributes index be80d12584..08abd88b84 100644 --- a/.gitattributes +++ b/.gitattributes @@ -14,6 +14,10 @@ application/mxchange/loader.php -text application/mxchange/main/.htaccess -text application/mxchange/starter.php -text application/mxchange/templates/.htaccess -text +application/mxchange/templates/de/.htaccess -text +application/mxchange/templates/de/code/.htaccess -text +application/mxchange/templates/de/code/emergency_exit.ctp -text +application/mxchange/templates/de/code/footer_msg.ctp -text /clear-cache.sh -text db/.htaccess -text docs/COPYING -text diff --git a/application/mxchange/templates/de/.htaccess b/application/mxchange/templates/de/.htaccess new file mode 100644 index 0000000000..3a42882788 --- /dev/null +++ b/application/mxchange/templates/de/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/mxchange/templates/de/code/.htaccess b/application/mxchange/templates/de/code/.htaccess new file mode 100644 index 0000000000..3a42882788 --- /dev/null +++ b/application/mxchange/templates/de/code/.htaccess @@ -0,0 +1 @@ +Deny from all diff --git a/application/mxchange/templates/de/code/emergency_exit.ctp b/application/mxchange/templates/de/code/emergency_exit.ctp new file mode 100644 index 0000000000..e974daf5bf --- /dev/null +++ b/application/mxchange/templates/de/code/emergency_exit.ctp @@ -0,0 +1,29 @@ +{?header:title="Problem in application framework detected!"?} + +
+ $content[message] +
+ +
+
+ File inclusion backtrace: +
+
+ $content[backtrace] +
+
+ +
+
+ Statistics +
+
+ Total objects: $content[total_objects] +
+
+ Loaded class files: $content[total_includes] + (Including exception and interfaces.) +
+
+ +{?footer_msg:footer_msg="Please contact the support and supply the full above message, if you think you are not qualified to fix this problem."?} diff --git a/application/mxchange/templates/de/code/footer_msg.ctp b/application/mxchange/templates/de/code/footer_msg.ctp new file mode 100644 index 0000000000..fb1de36305 --- /dev/null +++ b/application/mxchange/templates/de/code/footer_msg.ctp @@ -0,0 +1,8 @@ + + + + + + -- 2.30.2