View file wu-engine/wu-actions/wu_checkadmin.php

File size: 63B
<?php if ($u_id != $wu_admin) { header ("Location: /"); exit; }