From b1db3df15378dd66d2600713fe748ce5e6568743 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Tue, 26 Aug 2025 10:14:21 -0400 Subject: [PATCH] Working out login function --- www/mailleur.php | 2 +- www/scrfun.php | 15 +++++++++++++-- 2 files changed, 14 insertions(+), 3 deletions(-) diff --git a/www/mailleur.php b/www/mailleur.php index e7b2f72..dd20d69 100644 --- a/www/mailleur.php +++ b/www/mailleur.php @@ -9,7 +9,7 @@ function body() include "scrfun.php"; $footer=footer("P:mailleur"); -$footer=login(); +$login=login(); $STR = << diff --git a/www/scrfun.php b/www/scrfun.php index f61d921..1c9c73b 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -61,8 +61,19 @@ function login() { $STR = << - + + + + + +
+ +
+ + +
EOT; return $STR; -- 2.47.3