cvs: docweb /www login.php

[email protected] ("Sean Coates")
Newsgroups php.doc.web
Message-ID <cvssean1108316009@cvsserver>
sean		Sun Feb 13 12:33:29 2005 EDT

  Modified files:              
    /docweb/www	login.php 
  Log:
  fixed included file path
  
http://cvs.php.net/diff.php/docweb/www/login.php?r1=1.1&r2=1.2&ty=u
Index: docweb/www/login.php
diff -u docweb/www/login.php:1.1 docweb/www/login.php:1.2
--- docweb/www/login.php:1.1	Sat Feb 12 19:35:30 2005
+++ docweb/www/login.php	Sun Feb 13 12:33:29 2005
@@ -1,10 +1,10 @@
 <?php
-/* $Id: login.php,v 1.1 2005/02/13 00:35:30 jacques Exp $ */
+/* $Id: login.php,v 1.2 2005/02/13 17:33:29 sean Exp $ */
 
 include '../include/init.inc.php';
 
 if (isset($_POST) && !empty($_POST)) {
-	require_once 'lib_auth.inc.php';
+	require_once '../include/lib_auth.inc.php';
 
 	echo "You are logged in.";
 } else {
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.