created basic DB structure and accessing db
This commit is contained in:
Regular → Executable
+4
@@ -0,0 +1,4 @@
|
||||
<?php
|
||||
include_once ('includes/sql.php');
|
||||
|
||||
function login($username, $password_hash) {}
|
||||
|
||||
Reference in New Issue
Block a user