aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/adm/admin_search.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/adm/admin_search.php')
-rw-r--r--phpBB/adm/admin_search.php31
1 files changed, 11 insertions, 20 deletions
diff --git a/phpBB/adm/admin_search.php b/phpBB/adm/admin_search.php
index e427b4bd54..9826c51d33 100644
--- a/phpBB/adm/admin_search.php
+++ b/phpBB/adm/admin_search.php
@@ -1,24 +1,15 @@
<?php
-/***************************************************************************
- * admin_search.php
- * -------------------
- * begin : Saturday, Feb 13, 2001
- * copyright : (C) 2001 The phpBB Group
- * email : support@phpbb.com
- *
- * $Id$
- *
- ***************************************************************************/
-
-/***************************************************************************
- *
- * This program is free software; you can redistribute it and/or modify
- * it under the terms of the GNU General Public License as published by
- * the Free Software Foundation; either version 2 of the License, or
- * (at your option) any later version.
- *
- ***************************************************************************/
-
+/**
+*
+* @package acp
+* @version $Id$
+* @copyright (c) 2005 phpBB Group
+* @license http://opensource.org/licenses/gpl-license.php GNU Public License
+*
+*/
+
+/**
+*/
if (!empty($setmodules))
{
if (!$auth->acl_get('a_search'))