Просмотр файла wu-engine/wu-actions/wu_checkadmin.php

Размер файла: 63B
<?php if ($u_id != $wu_admin) { header ("Location: /"); exit; }