Initial commit

This commit is contained in:
2015-03-30 23:45:30 -04:00
commit ec16a1086b
63 changed files with 6856 additions and 0 deletions

6
includes/db_config.php Normal file
View File

@ -0,0 +1,6 @@
<?php
$servername = 'localhost';
$username = 'USERNAME';
$password = 'PASSWORD';
$db = 'DBNAME';
?>