Version 1 of DB auth. Only works with user/login.php for now.

This commit is contained in:
Elyrith 2013-08-09 22:33:27 -04:00
parent b6cc8dd776
commit c8706fc865

View File

@ -1,4 +1,5 @@
<?php
require "config.php";
// Connect to MySQL database
$link = mysql_connect($host, $user, $password)