From: <vb...@us...> - 2002-09-20 04:21:12
|
Update of /cvsroot/webnotes/webnotes In directory usw-pr-cvs1:/tmp/cvs-serv6612 Modified Files: index.php Log Message: - Fixed index.php to re-direct to login_page.php rather than login.php - Fixed a parsing error in inline moderation. Index: index.php =================================================================== RCS file: /cvsroot/webnotes/webnotes/index.php,v retrieving revision 1.1 retrieving revision 1.2 diff -u -d -r1.1 -r1.2 --- index.php 20 Sep 2002 03:16:30 -0000 1.1 +++ index.php 20 Sep 2002 04:21:09 -0000 1.2 @@ -8,5 +8,5 @@ # $Id$ # -------------------------------------------------------- - header("Location: login.php"); + header("Location: login_page.php"); ?> |