global in the comments.php

Signed-off-by: Philip M. Hofer (Frumph) <frumph_dragon@yahoo.com>
This commit is contained in:
Philip M. Hofer (Frumph) 2009-11-22 22:59:15 -08:00
parent 2541ba3776
commit d15c907e40
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
<?php
global $comicpress_options;
if (!empty($_SERVER['SCRIPT_FILENAME']) && 'comments.php' == basename($_SERVER['SCRIPT_FILENAME']))
die (__('Please do not load this page directly. Thanks!','comicpress'));