From ffa3eb9d22045abb0c6274a846f1245683ce9c7a Mon Sep 17 00:00:00 2001 From: MagicLike Date: Sun, 22 Dec 2024 00:22:46 +0100 Subject: [PATCH] Moved `plugin.php` to root This allows the repository to be cloned directly into the `user/plugins` directory and make potential updating easier in the future --- authMgrPlus/plugin.php => plugin.php | 0 1 file changed, 0 insertions(+), 0 deletions(-) rename authMgrPlus/plugin.php => plugin.php (100%) diff --git a/authMgrPlus/plugin.php b/plugin.php similarity index 100% rename from authMgrPlus/plugin.php rename to plugin.php