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