From 2b374c8ddb81c7603a1f13ce52f8c26d63aa2a86 Mon Sep 17 00:00:00 2001 From: Alma Date: Mon, 12 Jan 2026 19:35:35 +0100 Subject: [PATCH] Correction --- public/index.php | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/public/index.php b/public/index.php index 147cebc..635cc79 100644 --- a/public/index.php +++ b/public/index.php @@ -1 +1,28 @@ - +. + * + */ + +//define('PUBLIC_PATH', '/'); +//define('PUBLIC_THEME_PATH', '/'); +$PUBLIC_PATH = '/'; +$PUBLIC_THEME_PATH = '/'; + +include __DIR__ . '/../index.php';