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);
?>
All muhaza's note in developing website. Front-end & uiux method. Real life implementation for webdesigner.
Press Windows + S , search for "Environment Variables" , and select: 👉 "Edit the system environment variables" Click...