07-14-2016, 05:48 PM
Ooooh. If you want to make them available only to you, then make them admin only. Or make another access level and add yourself to it. A third option is to comment out the line
Any of those three things will let you get around the blocks.
Code:
<?php if (!securePage($_SERVER['PHP_SELF'])){die();} ?>
Any of those three things will let you get around the blocks.