iwa-panda1

Manage Weather Data by International Weather Agency (Version 1)
Log | Files | Refs

commit d3c5de2ec9fcf0b3e3a5f822088ab4d0a4c5cf21
parent 89b0f9ce9c75264c34286f4dd34fc503af91d884
Author: MoiBaguette <[email protected]>
Date:   Thu, 20 Apr 2023 00:28:24 +0200

better login logic

Diffstat:
Rlogic/login_handler.php -> logic/login.php | 0
Mviews/homepage.php | 2+-
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/logic/login_handler.php b/logic/login.php diff --git a/views/homepage.php b/views/homepage.php @@ -1,6 +1,6 @@ <!DOCTYPE html> <?php -include "logic\login_handler.php" +include "logic\login.php" ?> <html> <head>