From: Jean-Marc Pigeon (Delson) Date: Tue, 26 Aug 2025 10:14:27 +0000 (-0400) Subject: Trying to generate proper footer X-Git-Tag: end-0.15~86 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=31fc049c895b04b738efabb0f737d1b2c35d1904;p=jmp%2Fmailleur Trying to generate proper footer --- diff --git a/mailleur.spec.in b/mailleur.spec.in index e571e89..7fba65b 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -26,6 +26,7 @@ Requires : httpd Requires : openssl Requires : php-apache Requires : php-cli +Requires : php-dbg Requires : python3-certbot_apache Requires : sed diff --git a/www/reg-icons/bottom-adm_01.gif b/www/reg-icons/bottom-adm_01.gif new file mode 100644 index 0000000..f12c43e Binary files /dev/null and b/www/reg-icons/bottom-adm_01.gif differ diff --git a/www/reg-icons/bottom-adm_02.gif b/www/reg-icons/bottom-adm_02.gif new file mode 100644 index 0000000..56b4a5c Binary files /dev/null and b/www/reg-icons/bottom-adm_02.gif differ diff --git a/www/reg-icons/bottom-adm_03.gif b/www/reg-icons/bottom-adm_03.gif new file mode 100644 index 0000000..fbcef66 Binary files /dev/null and b/www/reg-icons/bottom-adm_03.gif differ diff --git a/www/release.php b/www/release.php index 48f776a..f3ff0a8 100644 --- a/www/release.php +++ b/www/release.php @@ -1,6 +1,6 @@ diff --git a/www/scrfun.php b/www/scrfun.php index 19019b2..07e3bdf 100644 --- a/www/scrfun.php +++ b/www/scrfun.php @@ -17,6 +17,20 @@ function footer($pageref) { include "release.php"; +$STR = << + + + + + +EOD; + +echo ("$STR\n"); echo ("$pageref Version:$m_release\n"); }
+ + + +