View file system/auth.php

File size: 104B
<?php 
// by mides, 1xw.mobi

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