From edd4f98bcfc6d320a63dea7f45dc98d0a3522243 Mon Sep 17 00:00:00 2001 From: dave Date: Thu, 23 Nov 2023 15:25:32 +0100 Subject: [PATCH] rename file and check --- Sources/public/index.php | 2 +- Sources/src/app/{home.php => index.test.php} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename Sources/src/app/{home.php => index.test.php} (100%) diff --git a/Sources/public/index.php b/Sources/public/index.php index 43aceb12..0a70f945 100755 --- a/Sources/public/index.php +++ b/Sources/public/index.php @@ -5,5 +5,5 @@ if (APP_ENV === 'console') { require_once __DIR__ . '/../src/console/Console.php'; } elseif (APP_ENV === 'development') { - require_once __DIR__ . DIRECTORY_SEPARATOR . '../src/app/home.php'; + require_once __DIR__ . DIRECTORY_SEPARATOR . '../src/app/index.test.php'; } diff --git a/Sources/src/app/home.php b/Sources/src/app/index.test.php similarity index 100% rename from Sources/src/app/home.php rename to Sources/src/app/index.test.php