mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 02:44:53 +00:00
More progress on consolidating files into user and admin
This commit is contained in:
6
includes/db.php
Normal file
6
includes/db.php
Normal file
@@ -0,0 +1,6 @@
|
||||
<?php
|
||||
|
||||
// DB Connection
|
||||
|
||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
|
||||
|
||||
Reference in New Issue
Block a user