diff options
| author | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-10-16 22:00:12 +0000 |
|---|---|---|
| committer | dougk_ff7 <dougk_ff7@users.sourceforge.net> | 2001-10-16 22:00:12 +0000 |
| commit | 2d118058442ca416cf099031c320d10e9cd3a1af (patch) | |
| tree | e35129fb4655622f78a01a003d9108f376b05bce /phpBB/admin | |
| parent | eddbaba2d4226b8568ba5e7f89de5089d0da474a (diff) | |
| download | forums-2d118058442ca416cf099031c320d10e9cd3a1af.tar forums-2d118058442ca416cf099031c320d10e9cd3a1af.tar.gz forums-2d118058442ca416cf099031c320d10e9cd3a1af.tar.bz2 forums-2d118058442ca416cf099031c320d10e9cd3a1af.tar.xz forums-2d118058442ca416cf099031c320d10e9cd3a1af.zip | |
Implementation of announcements changing, no longere necessary.
git-svn-id: file:///svn/phpbb/trunk@1232 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB/admin')
| -rw-r--r-- | phpBB/admin/admin_announce.php | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/phpBB/admin/admin_announce.php b/phpBB/admin/admin_announce.php deleted file mode 100644 index 605723bf85..0000000000 --- a/phpBB/admin/admin_announce.php +++ /dev/null @@ -1,41 +0,0 @@ -<?php -/*************************************************************************** - * admin_announce.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. - * - ***************************************************************************/ - -define("IN_ADMIN", true); - -if($setmodules == 1) -{ - $filename = basename(__FILE__); - $module['General']['Announcements'] = $filename; - - return; -} - -// -// Load default header -// -$phpbb_root_dir = "./../"; -$no_page_header = TRUE; -require('pagestart.inc'); - -message_die(GENERAL_MESSAGE, "Announcements are not yet implemented. Click <a href=\"" . append_sid("admin_forumauth." . $phpEx . "?f=-1&submit=submit") . "\">here</a> to view the global announcement permissions. Click <a href=\"" . append_sid("./../viewforum." . $phpEx . "?f=-1") . "\">here</a> to view the global announcments forum separately.", __LINE__, __FILE__, "", ""); -?>
\ No newline at end of file |
