aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config/Config.php
diff options
context:
space:
mode:
authorIan Gilfillan <ian@greenman.co.za>2016-07-10 19:02:56 +0000
committerIan Gilfillan <ian@greenman.co.za>2016-07-10 19:02:56 +0000
commit1afb439387c6439aff4d37aec65a3606c23fd4a4 (patch)
treebe46fd649b422e3c870514e8121e19aecf51c7d9 /h-source/Config/Config.php
parente19ffb7b3ef896a1544a01c370de04b22944f3b5 (diff)
Add Hasee, Intel, Positivo, Purism, ThinkPenguin, strip passwords from Config
Diffstat (limited to 'h-source/Config/Config.php')
-rwxr-xr-xh-source/Config/Config.php8
1 files changed, 4 insertions, 4 deletions
diff --git a/h-source/Config/Config.php b/h-source/Config/Config.php
index 7f8d0cd..bea5562 100755
--- a/h-source/Config/Config.php
+++ b/h-source/Config/Config.php
@@ -23,10 +23,10 @@
if (!defined('EG')) die('Direct access not allowed!');
-define('DB', 'h-source');
-define('USER', 'root');
-define('PWD', 'Nnppdclp12vag');
-define('HOST', 'localhost');
+define('DB', '');
+define('USER', '');
+define('PWD', '');
+define('HOST', '');
/*default controller name*/
define('DEFAULT_CONTROLLER','home');