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

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

if($u['user_access'] < 3){
	header('location: ../');
}
?>