diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2012-03-21 06:00:58 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2012-03-21 06:00:58 +0000 |
commit | 7d2a5639b981acdb31f932f8ce88eee245a12652 (patch) | |
tree | 90b64eb5ebea9572f7a327f19b8c6e0b990a985c /h-source/Application/Include | |
parent | 9456eb084f7cfe984f1dc3c1def715eb6eecc0e5 (diff) |
project name now written using PHP (dynamic) in download page - fixed error
Diffstat (limited to 'h-source/Application/Include')
-rw-r--r-- | h-source/Application/Include/params.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/h-source/Application/Include/params.php b/h-source/Application/Include/params.php index 007a3f8..94a6fd5 100644 --- a/h-source/Application/Include/params.php +++ b/h-source/Application/Include/params.php @@ -24,7 +24,7 @@ class Website { static public $generalMail = ""; - static public $generalName = "h-node.com"; + static public $generalName = "h-node.org"; static public $projectName = "h-node"; |