Просмотр файла system/auth.php

Размер файла: 104B
<?php 
// by mides, 1xw.mobi

if(empty($user['user_login'])){
	header('location: login.php');
}
?>