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