= 70300 ? session_set_cookie_params(['samesite' => 'Lax', 'httponly' => true, 'secure' => (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off')]) : ini_set('session.cookie_samesite', 'Lax')); ini_set('session.cookie_httponly', 1); ini_set('session.cookie_secure', (!empty($_SERVER['HTTPS']) && $_SERVER['HTTPS'] !== 'off')); ini_set('session.use_only_cookies', 1); ini_set('session.use_strict_mode', 1); session_start(); } ini_set('display_errors', 1); error_reporting(E_ERROR); include "includes/databaselogin.php"; include "classes/classes_index.php"; $prf=$_GET['prf']; $index=new index($db,'',''); if($prf=='') $index->head_body($prf='0'); if($prf=='1') $index->head_body($prf='1'); ?>