session_start();
session_start(); if(empty($_SESSION['login'])) { header('location: http://'. $_SERVER['HTTP_HOST'] .'?register=autorize'); exit(); }