From 11c8fa34716eef22ffc98f1f7f2b5e987d94ac94 Mon Sep 17 00:00:00 2001 From: Anonymous Contributor Date: Wed, 23 Aug 2023 18:16:34 +0200 Subject: [PATCH] Change dir structure of class files --- {classen => app}/FormValidator.php | 0 {classen => app}/GoogleAuthenticator.php | 0 {classen => app}/HTML.php | 0 {classen => app}/OpenSim.php | 0 {classen => app}/discord.php | 0 {classen => app}/utils.php | 0 {classen => lib}/MAIL/Exception.php | 0 {classen => lib}/MAIL/OAuth.php | 0 {classen => lib}/MAIL/PHPMailer.php | 0 {classen => lib}/MAIL/POP3.php | 0 {classen => lib}/MAIL/SMTP.php | 0 11 files changed, 0 insertions(+), 0 deletions(-) rename {classen => app}/FormValidator.php (100%) rename {classen => app}/GoogleAuthenticator.php (100%) rename {classen => app}/HTML.php (100%) rename {classen => app}/OpenSim.php (100%) rename {classen => app}/discord.php (100%) rename {classen => app}/utils.php (100%) rename {classen => lib}/MAIL/Exception.php (100%) rename {classen => lib}/MAIL/OAuth.php (100%) rename {classen => lib}/MAIL/PHPMailer.php (100%) rename {classen => lib}/MAIL/POP3.php (100%) rename {classen => lib}/MAIL/SMTP.php (100%) diff --git a/classen/FormValidator.php b/app/FormValidator.php similarity index 100% rename from classen/FormValidator.php rename to app/FormValidator.php diff --git a/classen/GoogleAuthenticator.php b/app/GoogleAuthenticator.php similarity index 100% rename from classen/GoogleAuthenticator.php rename to app/GoogleAuthenticator.php diff --git a/classen/HTML.php b/app/HTML.php similarity index 100% rename from classen/HTML.php rename to app/HTML.php diff --git a/classen/OpenSim.php b/app/OpenSim.php similarity index 100% rename from classen/OpenSim.php rename to app/OpenSim.php diff --git a/classen/discord.php b/app/discord.php similarity index 100% rename from classen/discord.php rename to app/discord.php diff --git a/classen/utils.php b/app/utils.php similarity index 100% rename from classen/utils.php rename to app/utils.php diff --git a/classen/MAIL/Exception.php b/lib/MAIL/Exception.php similarity index 100% rename from classen/MAIL/Exception.php rename to lib/MAIL/Exception.php diff --git a/classen/MAIL/OAuth.php b/lib/MAIL/OAuth.php similarity index 100% rename from classen/MAIL/OAuth.php rename to lib/MAIL/OAuth.php diff --git a/classen/MAIL/PHPMailer.php b/lib/MAIL/PHPMailer.php similarity index 100% rename from classen/MAIL/PHPMailer.php rename to lib/MAIL/PHPMailer.php diff --git a/classen/MAIL/POP3.php b/lib/MAIL/POP3.php similarity index 100% rename from classen/MAIL/POP3.php rename to lib/MAIL/POP3.php diff --git a/classen/MAIL/SMTP.php b/lib/MAIL/SMTP.php similarity index 100% rename from classen/MAIL/SMTP.php rename to lib/MAIL/SMTP.php