svg
This commit is contained in:
@ -12,6 +12,7 @@ class HomeController extends AbstractController
|
||||
public function home()
|
||||
{
|
||||
$items=null;
|
||||
dump($this->getParameter("appNinegateactivate"));
|
||||
if($this->getParameter("appNinegateactivate")) {
|
||||
// Entete
|
||||
$headers = ['Accept' => 'application/json', 'key' => $this->getParameter("appNinegatesecret"), 'only'=>'items'];
|
||||
@ -29,7 +30,6 @@ class HomeController extends AbstractController
|
||||
catch (\Exception $e) {
|
||||
}
|
||||
}
|
||||
dump($items);
|
||||
|
||||
$em = $this->getDoctrine()->getManager();
|
||||
$users = $em->getRepository("App:User")->findBy([],["pseudo"=>"ASC"]);
|
||||
|
Reference in New Issue
Block a user