Added Folders
This commit is contained in:
12
config.php
12
config.php
@@ -1,12 +0,0 @@
|
||||
<?php
|
||||
|
||||
$dbhost = "localhost";
|
||||
$dbusername = "root";
|
||||
$dbpassword = "password";
|
||||
$database = "pittpc";
|
||||
|
||||
$mysqli = mysqli_connect($dbhost, $dbusername, $dbpassword, $database);
|
||||
|
||||
include("get_settings.php");
|
||||
|
||||
?>
|
||||
Reference in New Issue
Block a user