Update of /cvsroot/webnotes/webnotes
In directory usw-pr-cvs1:/tmp/cvs-serv25518
Added Files:
index.php
Removed Files:
admin_pending.php index.html
Log Message:
- Remove print_manage_notes() since it was not used.
- Uncommented some code in page_update_neighbours() which was needed.
- Removed admin_pending.php since it was not used.
- Removed index.html
- Added index.php
--- NEW FILE: index.php ---
<?php
# phpWebNotes - a php based note addition system
# Copyright (C) 2000-2002 Webnotes Team - web...@so...
# This program is distributed under the terms and conditions of the GPL
# See the files README and LICENSE for details
# --------------------------------------------------------
# $Id: index.php,v 1.1 2002/09/20 03:16:30 vboctor Exp $
# --------------------------------------------------------
header("Location: login.php");
?>
--- admin_pending.php DELETED ---
--- index.html DELETED ---
|