UNSTABLE do not use it !!
This commit is contained in:
parent
0f40a0e720
commit
29c0a870bc
57 changed files with 1333 additions and 986 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue