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');