diff options
| author | Michael Scherer <misc@zarb.org> | 2011-04-19 12:53:36 +0200 |
|---|---|---|
| committer | Michael Scherer <misc@zarb.org> | 2011-04-19 12:53:36 +0200 |
| commit | 1bac695a72e263a4bd71d1d8079e06bb227c1077 (patch) | |
| tree | 7246e2206346fb635a9bb69fac942ead2d9d80b7 /phpBB/map.php | |
| parent | b85c3b967a7f6fa061439061076695613622960c (diff) | |
| download | forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.gz forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.bz2 forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.tar.xz forums-1bac695a72e263a4bd71d1d8079e06bb227c1077.zip | |
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
Diffstat (limited to 'phpBB/map.php')
| -rw-r--r-- | phpBB/map.php | 23 |
1 files changed, 0 insertions, 23 deletions
diff --git a/phpBB/map.php b/phpBB/map.php deleted file mode 100644 index 74604f521e..0000000000 --- a/phpBB/map.php +++ /dev/null @@ -1,23 +0,0 @@ -<?php -/** -* -* @package phpBB SEO GYM Sitemaps -* @version $Id: map.php 112 2009-09-30 17:21:34Z dcz $ -* @copyright (c) 2006 - 2009 www.phpbb-seo.com -* @license http://opensource.org/osi3.0/licenses/lgpl-license.php GNU Lesser General Public License -* -*/ -define('IN_PHPBB', true); -$phpEx = substr(strrchr(__FILE__, '.'), 1); -$phpbb_root_path = './'; -include($phpbb_root_path . 'common.' . $phpEx); -// Start session management -$user->session_begin(); -$auth->acl($user->data); -$user->setup('gym_sitemaps/gym_common'); -// Start the process -require($phpbb_root_path . 'gym_sitemaps/includes/gym_html.' . $phpEx); - -$gym_html = new gym_html(); -exit; -?>
\ No newline at end of file |
