Many little Bugs fixed
This commit is contained in:
parent
b659b1a9a6
commit
0a57ed13d4
20 changed files with 539 additions and 239 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue