cvs: docweb /www login.php

[email protected] ("Jacques Marneweck")
Newsgroups php.doc.web
Message-ID <cvsjacques1108254930@cvsserver>
jacques		Sat Feb 12 19:35:30 2005 EDT

  Added files:                 
    /docweb/www	login.php 
  Log:
  Added login page.  We need to decide if we redirect of need a pseudo
  form handling thing like master.php.net uses.
  
  

http://cvs.php.net/co.php/docweb/www/login.php?r=1.1&p=1
Index: docweb/www/login.php
+++ docweb/www/login.php
<?php
/* $Id: login.php,v 1.1 2005/02/13 00:35:30 jacques Exp $ */

include '../include/init.inc.php';

if (isset($_POST) && !empty($_POST)) {
	require_once 'lib_auth.inc.php';

	echo "You are logged in.";
} else {
	echo site_header('docweb.common.header.login');
	echo DocWeb_Template::get('login.tpl.php');
	echo site_footer();
}
?>
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.