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/inc/class.core.php b/inc/Core.php similarity index 100% rename from inc/class.core.php rename to inc/Core.php diff --git a/inc/class.filezip.php b/inc/Filezip.php similarity index 100% rename from inc/class.filezip.php rename to inc/Filezip.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/_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/class.utils.php b/inc/Utils.php similarity index 100% rename from inc/class.utils.php rename to inc/Utils.php