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