diff options
Diffstat (limited to 'phpBB/includes/topic_review.php')
| -rw-r--r-- | phpBB/includes/topic_review.php | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/phpBB/includes/topic_review.php b/phpBB/includes/topic_review.php index e10a839afd..04667cef78 100644 --- a/phpBB/includes/topic_review.php +++ b/phpBB/includes/topic_review.php @@ -21,15 +21,6 @@ * ***************************************************************************/ -if ( !defined('IN_PHPBB') ) -{ - die("Hacking attempt"); -} - -// ----------------------- -// Page specific functions -// - function topic_review($topic_id, $is_inline_review) { global $db, $board_config, $template, $lang, $images, $theme, $phpEx, $phpbb_root_path; @@ -216,8 +207,5 @@ function topic_review($topic_id, $is_inline_review) include($phpbb_root_path . 'includes/page_tail.'.$phpEx); } } -// -// End page specific functions -// --------------------------- ?>
\ No newline at end of file |
