SyntaxFix
Write A Post
Hire A Developer
Questions
Add this to the page that you want to only be included
<?php if(!defined('MyConst')) { die('Direct access not permitted'); } ?>
then on the pages that include it add
<?php define('MyConst', TRUE); ?>