Version 1 of DB auth. Only works with user/login.php for now.
This commit is contained in:
parent
b6cc8dd776
commit
c8706fc865
@ -1,4 +1,5 @@
|
||||
<?php
|
||||
require "config.php";
|
||||
|
||||
// Connect to MySQL database
|
||||
$link = mysql_connect($host, $user, $password)
|
||||
|
Loading…
x
Reference in New Issue
Block a user