| 1 |
<?php |
| 2 |
/*************************************************************************** |
| 3 |
* admin.php |
| 4 |
* |
| 5 |
* Fri Oct 17 17:10:48 2003 |
| 6 |
* Copyright 2003 lisa seelye |
| 7 |
* Copyright 2003 Gentoo Technologies, Inc. |
| 8 |
* lisa@gentoo.org - www.gentoo.org |
| 9 |
* |
| 10 |
* $Header: /home/cvsroot/scripts/admin.php,v 1.2 2003/10/30 21:35:02 lisa Exp $ |
| 11 |
*************************************************************************** |
| 12 |
* This program is free software; you can redistribute it and/or modify |
| 13 |
* it under the terms of the GNU General Public License as published by |
| 14 |
* the Free Software Foundation; either version 2 of the License, or |
| 15 |
* (at your option) any later version. |
| 16 |
* |
| 17 |
* This program is distributed in the hope that it will be useful, |
| 18 |
* but WITHOUT ANY WARRANTY; without even the implied warranty of |
| 19 |
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| 20 |
* GNU Library General Public License for more details. |
| 21 |
* |
| 22 |
* You should have received a copy of the GNU General Public License |
| 23 |
* along with this program; if not, write to the Free Software |
| 24 |
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. |
| 25 |
**************************************************************************/ |
| 26 |
|
| 27 |
/* |
| 28 |
[ ]: Administration area |
| 29 |
[ ]: |-> Add,remove,edit users (grant,revoke admin, upload, comment policy) |
| 30 |
[ ]: |-> Category maintenance |
| 31 |
[ ]: |-> Create, edit categories |
| 32 |
[ ]: |-> Approve or deny uploaded scripts |
| 33 |
[ ]: |-> Script editing (delete, move) |
| 34 |
[ ]: |-> User-comment editting (delete,move) |
| 35 |
*/ |
| 36 |
@require("mysql.php"); |
| 37 |
@require("functions.php"); |
| 38 |
@require("authenticate.php"); |
| 39 |
?> |