aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/develop
diff options
context:
space:
mode:
authorJoas Schilling <nickvergessen@gmx.de>2013-10-16 00:48:51 +0200
committerJoas Schilling <nickvergessen@gmx.de>2013-10-16 00:48:51 +0200
commita03965554e7a286057b18a86c561f874759f8f0a (patch)
tree19bfd9e03d58f3fece389f20ef921824a871da2e /phpBB/develop
parentfa5fdc53b6f2a2cdcfe0467b7e791e605a43025e (diff)
downloadforums-a03965554e7a286057b18a86c561f874759f8f0a.tar
forums-a03965554e7a286057b18a86c561f874759f8f0a.tar.gz
forums-a03965554e7a286057b18a86c561f874759f8f0a.tar.bz2
forums-a03965554e7a286057b18a86c561f874759f8f0a.tar.xz
forums-a03965554e7a286057b18a86c561f874759f8f0a.zip
[ticket/11924] Reduce unneccessary load
PHPBB3-11924
Diffstat (limited to 'phpBB/develop')
-rw-r--r--phpBB/develop/export_events_for_wiki.php8
1 files changed, 2 insertions, 6 deletions
diff --git a/phpBB/develop/export_events_for_wiki.php b/phpBB/develop/export_events_for_wiki.php
index c43d1fdfcd..5acc698a7e 100644
--- a/phpBB/develop/export_events_for_wiki.php
+++ b/phpBB/develop/export_events_for_wiki.php
@@ -1,17 +1,13 @@
<?php
/**
*
-* @copyright (c) 2012 phpBB Group
+* @copyright (c) 2013 phpBB Group
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
*
*/
-define('IN_PHPBB', 1);
-define('ANONYMOUS', 1);
$phpEx = substr(strrchr(__FILE__, '.'), 1);
-$phpbb_root_path = __DIR__.'/../';
-
-include($phpbb_root_path . 'common.'.$phpEx);
+$phpbb_root_path = __DIR__ . '/../';
function usage()
{