From 41bba09f42c981eadb783fccf9f3d86272780275 Mon Sep 17 00:00:00 2001 From: billz Date: Wed, 27 Dec 2023 05:35:41 +0000 Subject: [PATCH] Basic template implementation --- index.php | 1 - templates/exception.php | 16 ++++++++++++---- 2 files changed, 12 insertions(+), 5 deletions(-) diff --git a/index.php b/index.php index 646ce1e2..1137c3a3 100755 --- a/index.php +++ b/index.php @@ -23,7 +23,6 @@ * as you leave these references intact in the header comments of your source files. */ - require 'includes/csrf.php'; ensureCSRFSessionToken(); diff --git a/templates/exception.php b/templates/exception.php index 9602f296..285c0550 100755 --- a/templates/exception.php +++ b/templates/exception.php @@ -6,10 +6,18 @@ -
-
-

- '; print_r($trace); echo ''; ?> +
+
+
+
+
+
+

+
+
+
+
+