Skip to content

Commit a039655

Browse files
committed
[ticket/11924] Reduce unneccessary load
PHPBB3-11924
1 parent fa5fdc5 commit a039655

1 file changed

Lines changed: 2 additions & 6 deletions

File tree

phpBB/develop/export_events_for_wiki.php

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,13 @@
11
<?php
22
/**
33
*
4-
* @copyright (c) 2012 phpBB Group
4+
* @copyright (c) 2013 phpBB Group
55
* @license http://opensource.org/licenses/gpl-2.0.php GNU General Public License v2
66
*
77
*/
88

9-
define('IN_PHPBB', 1);
10-
define('ANONYMOUS', 1);
119
$phpEx = substr(strrchr(__FILE__, '.'), 1);
12-
$phpbb_root_path = __DIR__.'/../';
13-
14-
include($phpbb_root_path . 'common.'.$phpEx);
10+
$phpbb_root_path = __DIR__ . '/../';
1511

1612
function usage()
1713
{

0 commit comments

Comments
 (0)