aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/sitemap.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/sitemap.php')
-rw-r--r--phpBB/sitemap.php24
1 files changed, 0 insertions, 24 deletions
diff --git a/phpBB/sitemap.php b/phpBB/sitemap.php
deleted file mode 100644
index 51c5c5bec6..0000000000
--- a/phpBB/sitemap.php
+++ /dev/null
@@ -1,24 +0,0 @@
-<?php
-/**
-*
-* @package phpBB SEO GYM Sitemaps
-* @version $Id: sitemap.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_once($phpbb_root_path . 'gym_sitemaps/includes/gym_google.' . $phpEx);
-
-$gym_google = new gym_google();
-exit;
-?> \ No newline at end of file