From: Jean-Marc Pigeon (Delson) Date: Tue, 26 Aug 2025 14:14:21 +0000 (-0400) Subject: Working out login function X-Git-Tag: end-0.15~74 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=b1db3df15378dd66d2600713fe748ce5e6568743;p=jmp%2Fmailleur Working out login function --- 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;