aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config/Config.php
diff options
context:
space:
mode:
Diffstat (limited to 'h-source/Config/Config.php')
-rwxr-xr-xh-source/Config/Config.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/h-source/Config/Config.php b/h-source/Config/Config.php
index 1d6b999..45952e3 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', 'hsource');
+define('USER', 'root');
+define('PWD', 'phpmyadmin');
+define('HOST', 'localhost');
/*default controller name*/
define('DEFAULT_CONTROLLER','home');
@@ -35,7 +35,7 @@ define('DEFAULT_CONTROLLER','home');
define('DEFAULT_ACTION','index');
/*website parameters*/
-define('DOMAIN_NAME','h-source');
+define('DOMAIN_NAME','localhost');
/*type of database.*/
//it can be: Mysql, Mysqli or None (first letter in uppercase)
@@ -55,4 +55,4 @@ define('DEFAULT_CHARSET','UTF-8');
/*rewrite settings*/
//set MOD_REWRITE_MODULE to true if you have installed the mod_rewrite module of the server, otherwise MOD_REWRITE_MODULE to false
-define('MOD_REWRITE_MODULE',true); \ No newline at end of file
+define('MOD_REWRITE_MODULE',true);