diff --git a/admin/bloque_salle.php b/admin/bloque_salle.php index 6007446..af5a22c 100644 --- a/admin/bloque_salle.php +++ b/admin/bloque_salle.php @@ -1,21 +1,9 @@ send(); - if (200 == $response->getStatus()) { - $body = $response->getBody(); - $reponse = json_decode($body); - } - } - catch (HTTP_Request2_Exception $ex) { - echo $$ex->getMessage(); - } - return $reponse; + GetURL($url); } $action = $_GET["a"];