mirror of
https://github.com/itflow-org/itflow
synced 2026-03-13 09:14:51 +00:00
Added more created_at and updated_at to post finalizing setup
This commit is contained in:
12
dbconnect.php
Normal file
12
dbconnect.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
|
||||
$dbhost = "tiny";
|
||||
$dbusername = "tryme";
|
||||
$dbpassword = "overme";
|
||||
$database="what";
|
||||
|
||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database);
|
||||
|
||||
include("get_settings.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user