From a1cc7ff56cc609dd57fd2b6fcb9d299b609aeb22 Mon Sep 17 00:00:00 2001 From: grouille Date: Wed, 25 Mar 2020 15:53:26 +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 15d0e1b..c8e31e3 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); - shell_exec( '"./cmd.sh"' ); + exec( '"/var/www/html/P10/IMA3_P10/site/cmd.sh"' ); ?>