|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2009-10-05 09:28 UTC] pajoye@php.net
[2009-10-13 01:00 UTC] php-bugs at lists dot php dot net
|
|||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Fri Dec 05 01:00:02 2025 UTC |
Description: ------------ This is a part of an included php file: <?php echo '<p>'.INSIDE_POWER_SITE.'</p>'; if (!defined(INSIDE_POWER_SITE)) die('DIRECT ACCESS FORBIDDEN (DEFINE)'); ?> INSIDE_POWERSITE was defined in the script before. The output is: /opt/lampp/htdocs/ps1.3/ DIRECT ACCESS FORBIDDEN (DEFINE) /opt/lampp/htdocs/ps1.3/ is ok But this not because INSIDE_POWER_SITE was defined, as i can look it with the echo statement: DIRECT ACCESS FORBIDDEN (DEFINE)