aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm')
-rw-r--r--phpBB/adm/admin_forums.php2
-rw-r--r--phpBB/adm/index.php2
2 files changed, 2 insertions, 2 deletions
diff --git a/phpBB/adm/admin_forums.php b/phpBB/adm/admin_forums.php
index bff5b818a8..84e99eb4c1 100644
--- a/phpBB/adm/admin_forums.php
+++ b/phpBB/adm/admin_forums.php
@@ -222,7 +222,7 @@ switch ($mode)
$forum_id = $db->sql_nextid();
// Redirect to permissions
- redirect('admin/admin_permissions.' . $phpEx . $SID . '&mode=forums&f=' . $forum_id);
+ redirect('adm/admin_permissions.' . $phpEx . $SID . '&mode=forums&f=' . $forum_id);
break;
diff --git a/phpBB/adm/index.php b/phpBB/adm/index.php
index 2f285ca04a..454d6e15eb 100644
--- a/phpBB/adm/index.php
+++ b/phpBB/adm/index.php
@@ -1,6 +1,6 @@
<?php
/***************************************************************************
- * index.php [ admin/ ]
+ * index.php [ adm/ ]
* -------------------
* begin : Saturday, Feb 13, 2001
* copyright : (C) 2001 The phpBB Group