From 7d2a5639b981acdb31f932f8ce88eee245a12652 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Wed, 21 Mar 2012 06:00:58 +0000 Subject: project name now written using PHP (dynamic) in download page - fixed error --- h-source/Application/Controllers/DownloadController.php | 2 +- h-source/Application/Include/params.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/h-source/Application/Controllers/DownloadController.php b/h-source/Application/Controllers/DownloadController.php index 8767f6b..5fa11b2 100644 --- a/h-source/Application/Controllers/DownloadController.php +++ b/h-source/Application/Controllers/DownloadController.php @@ -50,7 +50,7 @@ class DownloadController extends BaseController $xml .= "\n"; $xml .= "\t\n"; $xml .= "\t\th-node project\n"; - $xml .= "\t\twww.h-node.com\n"; + $xml .= "\t\t".Website::$generalName."\n"; $xml .= "\t\t".date("Y-m-d H:i:s")."\n"; $xml .= "\t\t".License::getInsideXml()."\n"; $xml .= "\t\n"; 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"; -- cgit v1.2.3