From 0f3c71770afb8228b6d4736e269a3ed9da096e37 Mon Sep 17 00:00:00 2001 From: Andrew Collington Date: Sun, 23 Apr 2023 01:35:00 +0100 Subject: [PATCH] Added contributed PR code to template.phps where it should belong Also bumped version of axios --- build/template.phps | 7 ++++--- index.php | 8 ++++---- 2 files changed, 8 insertions(+), 7 deletions(-) diff --git a/build/template.phps b/build/template.phps index e29b2ab..a5cd08a 100644 --- a/build/template.phps +++ b/build/template.phps @@ -69,10 +69,11 @@ $opcache = (new Service($options))->handle(); + OPcache statistics on <?= $opcache->getData('version', 'host'); ?> - - - + + + diff --git a/index.php b/index.php index 9832e38..f85929a 100644 --- a/index.php +++ b/index.php @@ -507,11 +507,11 @@ $opcache = (new Service($options))->handle(); - + OPcache statistics on <?= $opcache->getData('version', 'host'); ?> - + @@ -523,7 +523,7 @@ $opcache = (new Service($options))->handle(); - + \ No newline at end of file