Many little Bugs fixed

This commit is contained in:
sparkyx 2004-04-02 00:26:36 +00:00
parent b659b1a9a6
commit 0a57ed13d4
20 changed files with 539 additions and 239 deletions

View file

@ -30,8 +30,8 @@ if ( isset ($_POST["p_user"] ) ) {
$g_pass=$_POST["p_pass"];
session_register("g_user");
session_register("g_pass");
$cn=pg_connect("dbname=account_repository user='phpcompta' ");
//$cn=pg_connect("dbname=account_repository user='phpcompta' ");
$cn=DbConnect("account_repository");
// Verif if User and Pass match DB
// if no, then redirect to the login page
CheckUser();