summaryrefslogtreecommitdiffstats
path: root/Website/devconf.php
diff options
context:
space:
mode:
Diffstat (limited to 'Website/devconf.php')
-rw-r--r--Website/devconf.php6
1 files changed, 1 insertions, 5 deletions
diff --git a/Website/devconf.php b/Website/devconf.php
index 49e78d6..4f8cede 100644
--- a/Website/devconf.php
+++ b/Website/devconf.php
@@ -2,17 +2,13 @@
//Connection stuff
//DB
-$dbhost = 'localhost';
-$dbuser = 'root';
-$dbpass = 'randompasswordSQL';
+include 'dbconnection.php';
//Socket
$port = 34500;
$ip = 'localhost';
$conn = mysql_connect($dbhost, $dbuser, $dbpass) or die('Error connecting to mysql');
-
-$dbname = 'gsmselftesting';
mysql_select_db($dbname);
//End of connection stuff
include 'mutexFunctions.php'; //mutex functions, isfree, lock and release