<?php /* Функция проверки на авторизацию. */ function auth() { global $us; if(!isset($us)) { header("Location: ../entry"); exit(); } } ?>