From 9ac6481d85ac26e1bb0dc8830ac040aa327eddb4 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 25 Mar 2023 00:18:44 +0100 Subject: [PATCH] move files (prepare namespace) --- _admin.php => src/Backend.php | 0 _public.php => src/Frontend.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 _prepend.php => src/Prepend.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename _admin.php => src/Backend.php (100%) rename _public.php => src/Frontend.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename _prepend.php => src/Prepend.php (100%) diff --git a/_admin.php b/src/Backend.php similarity index 100% rename from _admin.php rename to src/Backend.php diff --git a/_public.php b/src/Frontend.php similarity index 100% rename from _public.php rename to src/Frontend.php diff --git a/_install.php b/src/Install.php similarity index 100% rename from _install.php rename to src/Install.php diff --git a/index.php b/src/Manage.php similarity index 100% rename from index.php rename to src/Manage.php diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php