aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/admin/admin_words.php
diff options
context:
space:
mode:
authorPaul S. Owen <psotfx@users.sourceforge.net>2003-01-21 14:15:48 +0000
committerPaul S. Owen <psotfx@users.sourceforge.net>2003-01-21 14:15:48 +0000
commit8c31649706cf4d01c82f1e1b72d806f37359d670 (patch)
tree34e426caae47db24faeee6e77e6c633d51ea4fb1 /phpBB/admin/admin_words.php
parent75731c034cbae26f077f959ad77ec4fc4aff2b89 (diff)
downloadforums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar
forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.gz
forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.bz2
forums-8c31649706cf4d01c82f1e1b72d806f37359d670.tar.xz
forums-8c31649706cf4d01c82f1e1b72d806f37359d670.zip
require_once updates
git-svn-id: file:///svn/phpbb/trunk@3340 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin/admin_words.php')
-rw-r--r--phpBB/admin/admin_words.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/phpBB/admin/admin_words.php b/phpBB/admin/admin_words.php
index 23a1d6a60f..f2ebe2e0a9 100644
--- a/phpBB/admin/admin_words.php
+++ b/phpBB/admin/admin_words.php
@@ -35,7 +35,7 @@ define('IN_PHPBB', 1);
$phpbb_root_path = '../';
require($phpbb_root_path . 'extension.inc');
require('pagestart.' . $phpEx);
-require($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
+require_once($phpbb_root_path . 'includes/functions_admin.' . $phpEx);
// Do we have forum admin permissions?
if (!$auth->acl_get('a_words'))