From eb312ccb710e2652d2d831bfe0370d1cc0e18245 Mon Sep 17 00:00:00 2001 From: jbousquie Date: Fri, 25 Nov 2016 16:09:33 +0100 Subject: [PATCH] filtre admin/superviseur --- admin/stop.php | 29 ++++++++++++++++++----------- 1 file changed, 18 insertions(+), 11 deletions(-) diff --git a/admin/stop.php b/admin/stop.php index 896dee6..d9d753d 100644 --- a/admin/stop.php +++ b/admin/stop.php @@ -1,9 +1,23 @@ addPostParameter( array('act'=>$act, 'host'=>$host) ); - try { - $http->send(); - } - catch (HTTP_Request2_Exception $ex) { - echo $ex; - } + PostURL($url_stop, array('act'=>$act, 'host'=>$host)); } } header('Location: salles_live.php');