From 429a38a34a8ed2bb45010d0ed2e095be52558b53 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Wed, 21 Dec 2022 14:14:26 +0100 Subject: [PATCH] move files (ns playground) --- _admin.php => inc/Admin.php | 0 _config.php => inc/Config.php | 0 _install.php => inc/Install.php | 0 index.php => inc/Manage.php | 0 _prepend.php => inc/Prepend.php | 0 _uninstall.php => inc/Uninstall.php | 0 inc/core/{action.php => Action.php} | 0 inc/core/{improve.php => Core.php} | 0 inc/core/{module.php => Module.php} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename _admin.php => inc/Admin.php (100%) rename _config.php => inc/Config.php (100%) rename _install.php => inc/Install.php (100%) rename index.php => inc/Manage.php (100%) rename _prepend.php => inc/Prepend.php (100%) rename _uninstall.php => inc/Uninstall.php (100%) rename inc/core/{action.php => Action.php} (100%) rename inc/core/{improve.php => Core.php} (100%) rename inc/core/{module.php => Module.php} (100%) diff --git a/_admin.php b/inc/Admin.php similarity index 100% rename from _admin.php rename to inc/Admin.php diff --git a/_config.php b/inc/Config.php similarity index 100% rename from _config.php rename to inc/Config.php diff --git a/_install.php b/inc/Install.php similarity index 100% rename from _install.php rename to inc/Install.php diff --git a/index.php b/inc/Manage.php similarity index 100% rename from index.php rename to inc/Manage.php diff --git a/_prepend.php b/inc/Prepend.php similarity index 100% rename from _prepend.php rename to inc/Prepend.php diff --git a/_uninstall.php b/inc/Uninstall.php similarity index 100% rename from _uninstall.php rename to inc/Uninstall.php diff --git a/inc/core/action.php b/inc/core/Action.php similarity index 100% rename from inc/core/action.php rename to inc/core/Action.php diff --git a/inc/core/improve.php b/inc/core/Core.php similarity index 100% rename from inc/core/improve.php rename to inc/core/Core.php diff --git a/inc/core/module.php b/inc/core/Module.php similarity index 100% rename from inc/core/module.php rename to inc/core/Module.php