aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/gym_sitemaps/includes/gym_common_admin.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/gym_sitemaps/includes/gym_common_admin.php')
-rw-r--r--phpBB/gym_sitemaps/includes/gym_common_admin.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/phpBB/gym_sitemaps/includes/gym_common_admin.php b/phpBB/gym_sitemaps/includes/gym_common_admin.php
new file mode 100644
index 0000000000..71996db438
--- /dev/null
+++ b/phpBB/gym_sitemaps/includes/gym_common_admin.php
@@ -0,0 +1,15 @@
+<?php
+/**
+*
+* @package phpBB SEO GYM Sitemaps
+* @version $Id: gym_common_admin.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
+*
+*/
+// First basic security
+if ( !defined('IN_PHPBB') ) {
+ exit;
+}
+
+?> \ No newline at end of file