aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config/Config.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2015-06-25 08:24:49 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2015-06-25 08:24:49 +0000
commitd4fad0e1e0c4968fef39c8fbf905916abd76df28 (patch)
tree8f04eec1f6a37e5ae93c3defdc297e316a191e9b /h-source/Config/Config.php
parent9a041dbac782566ff5a7ddb1f472e587cd6663f2 (diff)
added Trisquel 7.0
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 bea5562..7f8d0cd 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', '');
-define('USER', '');
-define('PWD', '');
-define('HOST', '');
+define('DB', 'h-source');
+define('USER', 'root');
+define('PWD', 'Nnppdclp12vag');
+define('HOST', 'localhost');
/*default controller name*/
define('DEFAULT_CONTROLLER','home');