From 894225b70a6fae04007e3c5634e54a66425a8926 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 11 Mar 2023 10:17:58 +0100 Subject: [PATCH] move files (prepare namespace) --- _admin.php => src/Backend.php | 0 _install.php => src/Install.php | 0 index.php => src/Manage.php | 0 inc/class.myurlhandlers.php => src/MyUrlsHandlers | 0 _prepend.php => src/Prepend.php | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename _admin.php => src/Backend.php (100%) rename _install.php => src/Install.php (100%) rename index.php => src/Manage.php (100%) rename inc/class.myurlhandlers.php => src/MyUrlsHandlers (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/_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/inc/class.myurlhandlers.php b/src/MyUrlsHandlers similarity index 100% rename from inc/class.myurlhandlers.php rename to src/MyUrlsHandlers diff --git a/_prepend.php b/src/Prepend.php similarity index 100% rename from _prepend.php rename to src/Prepend.php