Added Folders

This commit is contained in:
root
2019-07-02 23:50:50 -04:00
parent 571223d920
commit ef9c61c1cf
6 changed files with 16 additions and 21 deletions

View File

@@ -1,12 +0,0 @@
<?php
$dbhost = "localhost";
$dbusername = "root";
$dbpassword = "password";
$database = "pittpc";
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database);
include("get_settings.php");
?>