From 43dce0211f6fef361edc270a50dcd5948075dc65 Mon Sep 17 00:00:00 2001 From: phl0 Date: Wed, 8 May 2024 13:23:59 +0200 Subject: [PATCH] Show PHP < 8 as deprecated --- application/views/debug/index.php | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/application/views/debug/index.php b/application/views/debug/index.php index 75aeae2b5..38e8088f0 100644 --- a/application/views/debug/index.php +++ b/application/views/debug/index.php @@ -66,7 +66,15 @@ PHP Version - + + ".phpversion().""; + } else { + echo "".phpversion().""; + } + ?> + @@ -587,4 +595,4 @@ var local_branch = 'n/a'; - \ No newline at end of file +