From db57919ade5e08bd899ce2403db528754d14d15c Mon Sep 17 00:00:00 2001 From: Andrew Gioia Date: Sat, 9 Dec 2023 11:49:00 -0500 Subject: [PATCH] Reorganizes file structure --- class.php => inc/class.php | 0 codes.php => inc/codes.php | 0 search.php => inc/search.php | 0 style.css => inc/style.css | 0 index.php | 8 ++++---- 5 files changed, 4 insertions(+), 4 deletions(-) rename class.php => inc/class.php (100%) rename codes.php => inc/codes.php (100%) rename search.php => inc/search.php (100%) rename style.css => inc/style.css (100%) diff --git a/class.php b/inc/class.php similarity index 100% rename from class.php rename to inc/class.php diff --git a/codes.php b/inc/codes.php similarity index 100% rename from codes.php rename to inc/codes.php diff --git a/search.php b/inc/search.php similarity index 100% rename from search.php rename to inc/search.php diff --git a/style.css b/inc/style.css similarity index 100% rename from style.css rename to inc/style.css diff --git a/index.php b/index.php index 7453ad1..ff8fe25 100644 --- a/index.php +++ b/index.php @@ -1,13 +1,13 @@ Redirect Checker - +