aboutsummaryrefslogtreecommitdiff
path: root/h-source/Config/Config.php
diff options
context:
space:
mode:
authorLuis Alberto Guzmán García <ark74>2012-02-21 16:43:34 +0000
committerLuis Alberto Guzmán García <ark74>2012-02-21 16:43:34 +0000
commitdd9c3e594d39efe73e8c805aca2a9ccf63630539 (patch)
treefb2907483c5c20ce4b80145b3029cce2b6d229e2 /h-source/Config/Config.php
parent7cdde7bacdef7839f932a65cbc1d7f1792c835e7 (diff)
integrating greek l10n -- thanks Constantine
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);