Bij forum software (of andere CMS systemen) zie je meestal dit:
<?php
if (!defined('NOVA_RUN')){
echo "<h1>ACCESS DENIED</h1>You cannot access this file directly.";
}
?>
Dit is slechts een voorbeeld. Maar wat is dat defined ik het al gezocht op PHP.net maar goede informatie kon ik toch niet vinden. Het lijkt op dat hij controleert in welke map hij zit?
Thanks,
Omar