From 1bac695a72e263a4bd71d1d8079e06bb227c1077 Mon Sep 17 00:00:00 2001 From: Michael Scherer Date: Tue, 19 Apr 2011 12:53:36 +0200 Subject: revert previous commit, as phpbb-seo is incompatible with phpbb license the commit is still in git, and can be reserected with a branch, but having it on HEAD make forum deployment more difficult --- phpBB/phpbb_seo/cache/phpbb_cache.php.current | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 phpBB/phpbb_seo/cache/phpbb_cache.php.current (limited to 'phpBB/phpbb_seo/cache/phpbb_cache.php.current') diff --git a/phpBB/phpbb_seo/cache/phpbb_cache.php.current b/phpBB/phpbb_seo/cache/phpbb_cache.php.current deleted file mode 100644 index ff7fa5de0c..0000000000 --- a/phpBB/phpbb_seo/cache/phpbb_cache.php.current +++ /dev/null @@ -1,12 +0,0 @@ -cache_config['settings'] = array ( 'url_rewrite' => true, 'modrtype' => 2, 'sql_rewrite' => true, 'profile_inj' => true, 'profile_vfolder' => false, 'profile_noids' => true, 'rewrite_usermsg' => false, 'rewrite_files' => true, 'rem_sid' => true, 'rem_hilit' => true, 'rem_small_words' => true, 'virtual_folder' => true, 'virtual_root' => false, 'cache_layer' => true, 'rem_ids' => false, 'copyrights' => array ( 'img' => false, 'txt' => '', 'title' => '', ), 'no_dupe' => array ( 'on' => true, ), 'zero_dupe' => array ( 'on' => true, 'strict' => true, 'post_redir' => 'guest', ), ); -$this->cache_config['forum'] = array ( 2 => 'welcome-board-f2', 6 => 'getting-support-f6', 7 => 'basic-support-f7', 8 => 'advanced-support-f8', 1 => 'the-community-f1', 3 => 'announcements-f3', 4 => 'general-f4', 5 => 'wizards-lair-f5', 9 => 'contributing-f9', 12 => 'basic-contrib-f12', 10 => 'packaging-f10', 11 => 'other-f11', 14 => 'moderation-f14', ); -?> \ No newline at end of file -- cgit v1.2.1