<?php /* Please see the README and LICENSE files. */ /** * * * @uses Permission_Subsystem */ if(!(Permission_Subsystem::can_read_page())){ // Do not have permission to see this URL trigger_error(System_Error::E403,E_USER_ERROR); } ?>