mirror of
https://github.com/itflow-org/itflow
synced 2026-02-28 19:04:52 +00:00
7 lines
135 B
PHP
7 lines
135 B
PHP
<?php
|
|
|
|
// DB Connection
|
|
|
|
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database) or die('Database Connection Failed');
|
|
|