From eee8575d3f45dfe2d3920088d5350dee65334c30 Mon Sep 17 00:00:00 2001 From: billz Date: Fri, 11 Jul 2025 02:29:54 -0700 Subject: [PATCH 1/2] Initial commit --- includes/bootstrap.php | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 includes/bootstrap.php diff --git a/includes/bootstrap.php b/includes/bootstrap.php new file mode 100644 index 00000000..962a2539 --- /dev/null +++ b/includes/bootstrap.php @@ -0,0 +1,8 @@ + Date: Fri, 11 Jul 2025 02:30:44 -0700 Subject: [PATCH 2/2] Add cache-busting versioning to CSS and JS assets --- index.php | 25 +++++++++++++------------ 1 file changed, 13 insertions(+), 12 deletions(-) diff --git a/index.php b/index.php index 2b244391..14aa8e8b 100755 --- a/index.php +++ b/index.php @@ -23,6 +23,7 @@ * as you leave these references intact in the header comments of your source files. */ +require_once 'includes/bootstrap.php'; require_once 'includes/config.php'; require_once 'includes/autoload.php'; $handler = new RaspAP\Exceptions\ExceptionHandler; @@ -67,19 +68,19 @@ initializeApp(); <?php echo RASPI_BRAND_TITLE; ?> - + - + - + - + - + " title="main" rel="stylesheet"> @@ -123,25 +124,25 @@ initializeApp(); - + - + - + - + - + - + - +