From ed932754b5e8f079c836a2258793f82373e72e8a Mon Sep 17 00:00:00 2001 From: "Paul S. Owen" Date: Sun, 27 Jan 2002 02:19:45 +0000 Subject: Remove hard-coded .php git-svn-id: file:///svn/phpbb/trunk@1963 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/viewforum.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'phpBB/viewforum.php') diff --git a/phpBB/viewforum.php b/phpBB/viewforum.php index 99fbd0845b..72d6cfd516 100644 --- a/phpBB/viewforum.php +++ b/phpBB/viewforum.php @@ -169,7 +169,7 @@ if( $is_auth['auth_mod'] && $board_config['prune_enable'] ) { if( $forum_row['prune_next'] < time() && $forum_row['prune_enable'] ) { - include($phpbb_root_path . 'includes/prune.php'); + include($phpbb_root_path . 'includes/prune.$phpEx'); auto_prune($forum_id); } } -- cgit v1.2.1