UNSTABLE do not use it !!

This commit is contained in:
sparkyx 2004-10-03 16:48:51 +00:00
parent 0f40a0e720
commit 29c0a870bc
57 changed files with 1333 additions and 986 deletions

View file

@ -21,11 +21,11 @@ include_once ("ac_common.php");
/* $Revision$ */
include ("postgres.php");
include_once ("postgres.php");
include_once("debug.php");
if ( isset ($_POST["p_user"] ) ) {
echo_debug("user is set");
echo_debug(__FILE__,__LINE__,"user is set");
$g_user=$_POST["p_user"];
$g_pass=$_POST["p_pass"];
session_register("g_user");