From: Jean-Marc Pigeon (Delson) Date: Tue, 26 Aug 2025 12:32:15 +0000 (-0400) Subject: Fixing the bodu and foot definition X-Git-Tag: end-0.15~80 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=0e1683d87c198ab3cbc4a881ff616ee097dddb3f;p=jmp%2Fmailleur Fixing the bodu and foot definition --- diff --git a/www/mailleur.php b/www/mailleur.php index 85acfab..dfb1b8d 100644 --- a/www/mailleur.php +++ b/www/mailleur.php @@ -10,7 +10,7 @@ include "scrfun.php"; $footer=footer("P:mailleur"); -$STR = << Mailleur @@ -23,9 +23,9 @@ Mailleur $footer; -EOD; +EOT; -echo $STR +return $STR } //display main screen diff --git a/www/scrfun.php b/www/scrfun.php index d14eccf..28b086e 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -19,7 +19,7 @@ include "release.php"; $today=date("D M d H:i:s Y"); -$STR = << @@ -47,9 +47,9 @@ $today
-EOD; +EOT; -echo $STR; +return $STR; }