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