From: Jean-Marc Pigeon (Delson) Date: Mon, 25 Aug 2025 19:21:12 +0000 (-0400) Subject: Starting to have php code running X-Git-Tag: end-0.15~91 X-Git-Url: https://jmp-git.ovh.safe.ca/?a=commitdiff_plain;h=47316c33b166c09eee43000022d7f0b6aaecf604;p=jmp%2Fmailleur Starting to have php code running --- diff --git a/mailleur.spec.in b/mailleur.spec.in index 355c02e..e571e89 100644 --- a/mailleur.spec.in +++ b/mailleur.spec.in @@ -125,8 +125,8 @@ if [ ! "$(getent passwd %{name})" ]; then %post OS=`%{_libdir}/%{name}/shell/getsysos.sh` ln -nsf \ - ./%{name}.html \ - %{_var}/www/%{name}/index.html \ + ./%{name}.php \ + %{_var}/www/%{name}/index.php \ if [ "$1" = 1 ]; then ( diff --git a/www/footer.php b/www/footer.php index 29108b5..585597e 100644 --- a/www/footer.php +++ b/www/footer.php @@ -1,6 +1,8 @@ -//This a php code to add page footer $m_release \n"); ?> diff --git a/www/mailleur.html b/www/mailleur.php similarity index 100% rename from www/mailleur.html rename to www/mailleur.php diff --git a/www/release.php b/www/release.php index 891b1e0..017b79b 100644 --- a/www/release.php +++ b/www/release.php @@ -1,4 +1,6 @@ -$m_version="0.15" -$m_release="10" -$m_branch="dvl" -$m_release="0.15-10-dvl" +