Вход Регистрация
Файл: tjersy.worldbyte.net/inc/functions/auth.php
Строк: 10
<?php
function auth() {
global 
$user;
if(isset(
$user['id'])) header('Location: /index.php');
}
function 
no_auth() {
global 
$user;
if(!isset(
$user['id'])) header('Location: /index.php');
}
?>
Онлайн: 0
Реклама