From: Jean-Marc Pigeon (Delson) Date: Tue, 26 Aug 2025 09:54:01 +0000 (-0400) Subject: Adjusting scrfun.php X-Git-Tag: end-0.15~87 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=82afdf5e7106695036b3f78f9b11fad3ebe62b9c;p=jmp%2Fmailleur Adjusting scrfun.php --- diff --git a/www/mailleur.php b/www/mailleur.php index 35af534..0f276c0 100644 --- a/www/mailleur.php +++ b/www/mailleur.php @@ -14,7 +14,8 @@ Mailleur diff --git a/www/release.php b/www/release.php index dff63c8..48f776a 100644 --- a/www/release.php +++ b/www/release.php @@ -1,6 +1,6 @@ diff --git a/www/scrfun.php b/www/scrfun.php index aa65ee7..19019b2 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -5,8 +5,6 @@ // all screen functions implementation // //============================================================== -include "release.php"; - //============================================================== @@ -17,6 +15,8 @@ include "release.php"; function footer($pageref) { +include "release.php"; + echo ("$pageref Version:$m_release\n"); }