Fixed issues with setup.php
This commit is contained in:
12
config.old.php
Normal file
12
config.old.php
Normal file
@@ -0,0 +1,12 @@
|
||||
<?php
|
||||
//DB Settings
|
||||
|
||||
$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