From e881e681371fa7bed22d49ab99598968842c1801 Mon Sep 17 00:00:00 2001 From: grouille Date: Wed, 25 Mar 2020 15:54:29 +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 c8e31e3..3482cc7 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( '"\\var\\www\\html\\P10\\IMA3_P10\\site\\cmd.sh"' ); ?>