From 4004f5868366493e47926200f5290967cb0ac8b3 Mon Sep 17 00:00:00 2001 From: Jean-Christian Denis Date: Sat, 21 Jan 2023 09:27:42 +0100 Subject: [PATCH] better to use src path name --- {inc => src}/Admin.php | 0 {inc => src}/Config.php | 0 {inc => src}/Core.php | 0 {inc => src}/Filezip.php | 0 {inc => src}/Install.php | 0 {inc => src}/Manage.php | 0 {inc => src}/Uninstall.php | 0 {inc => src}/Utils.php | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename {inc => src}/Admin.php (100%) rename {inc => src}/Config.php (100%) rename {inc => src}/Core.php (100%) rename {inc => src}/Filezip.php (100%) rename {inc => src}/Install.php (100%) rename {inc => src}/Manage.php (100%) rename {inc => src}/Uninstall.php (100%) rename {inc => src}/Utils.php (100%) diff --git a/inc/Admin.php b/src/Admin.php similarity index 100% rename from inc/Admin.php rename to src/Admin.php diff --git a/inc/Config.php b/src/Config.php similarity index 100% rename from inc/Config.php rename to src/Config.php diff --git a/inc/Core.php b/src/Core.php similarity index 100% rename from inc/Core.php rename to src/Core.php diff --git a/inc/Filezip.php b/src/Filezip.php similarity index 100% rename from inc/Filezip.php rename to src/Filezip.php diff --git a/inc/Install.php b/src/Install.php similarity index 100% rename from inc/Install.php rename to src/Install.php diff --git a/inc/Manage.php b/src/Manage.php similarity index 100% rename from inc/Manage.php rename to src/Manage.php diff --git a/inc/Uninstall.php b/src/Uninstall.php similarity index 100% rename from inc/Uninstall.php rename to src/Uninstall.php diff --git a/inc/Utils.php b/src/Utils.php similarity index 100% rename from inc/Utils.php rename to src/Utils.php