From 47316c33b166c09eee43000022d7f0b6aaecf604 Mon Sep 17 00:00:00 2001 From: "Jean-Marc Pigeon (Delson)" Date: Mon, 25 Aug 2025 15:21:12 -0400 Subject: [PATCH] Starting to have php code running --- mailleur.spec.in | 4 ++-- www/footer.php | 4 +++- www/{mailleur.html => mailleur.php} | 0 www/release.php | 10 ++++++---- 4 files changed, 11 insertions(+), 7 deletions(-) rename www/{mailleur.html => mailleur.php} (100%) 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" + -- 2.47.3