diff options
Diffstat (limited to 'phpBB/admin/admin_forum_prune.php')
-rw-r--r-- | phpBB/admin/admin_forum_prune.php | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/phpBB/admin/admin_forum_prune.php b/phpBB/admin/admin_forum_prune.php index 6a5883330a..bd4639a736 100644 --- a/phpBB/admin/admin_forum_prune.php +++ b/phpBB/admin/admin_forum_prune.php @@ -9,15 +9,7 @@ * $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. -* -***************************************************************************/ + /*************************************************************************** * This file is for the setup of the auto_pruning and also will allow for * immediate forum pruning as well. @@ -186,4 +178,4 @@ $template->pparse("body"); include('page_footer_admin.'.$phpEx); -?> +?>
\ No newline at end of file |