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

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

if(!$u['id']){
	header('location: ../');
}
?>