I see these a lot as I look at comments.php and commentform.php:
<code>
<?php // Do not delete these lines
if ('comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die (_t('Please do not load this page directly.
Thanks!'));
?>
</code>
I think I heard in passing once that these lines are no longer needed.
Is this in fact the case?
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at http://groups.google.com/group/habari-dev
-~----------~----~----~----~------~----~------~--~---