if (file_exists('admin/index.php')) { include_once('admin/index.php'); exit; } else { http_response_code(500); echo "Erreur interne"; }