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/map.php | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 phpBB/map.php (limited to 'phpBB/map.php') 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 @@ -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 -- cgit v1.2.1