From a74476a60f67e73a3be180630e75cc1f95fcbc91 Mon Sep 17 00:00:00 2001 From: grouille Date: Wed, 25 Mar 2020 16:12:45 +0100 Subject: [PATCH] Test --- site/add.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/site/add.php b/site/add.php index 3482cc7..7059b21 100644 --- a/site/add.php +++ b/site/add.php @@ -45,7 +45,7 @@ session_start(); setup($_POST['raspberry']); $cmd = "./cmd.sh"; //$retour = system($cmd, $retval); - exec( '"\\var\\www\\html\\P10\\IMA3_P10\\site\\cmd.sh"' ); + exec( '"./cmd.sh"' ); ?>