<?php @session_start(); if(!isset($_SESSION['id_user']) || !$_SESSION['id_user']) { http_response_code(401); return; } ?>