From 58842de080dccb45334275a1ea80a6c031e457bd Mon Sep 17 00:00:00 2001 From: troj Date: Wed, 18 Feb 2015 00:55:22 +0000 Subject: [PATCH] Commit fin de projet --- exec.php | 3 +++ index.html | 13 +++++++++---- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/exec.php b/exec.php index 4f521f7..ee5ce66 100755 --- a/exec.php +++ b/exec.php @@ -9,5 +9,8 @@ if (isset($_POST["modem"])) { $resultat = system("sudo ../cgi-bin/test_modem.sh"); } + if (isset($_POST["dmprinter"])) { + $resultat = system("sudo ../cgi-bin/test_impr.sh"); + } echo "

"; ?> diff --git a/index.html b/index.html index 7fb042a..b3d9bfb 100755 --- a/index.html +++ b/index.html @@ -15,27 +15,32 @@
- +
- +
- +
- +
+ +
+
+ +
-- libgit2 0.21.2