diff options
-rw-r--r-- | h-source/Application/Controllers/DownloadController.php | 2 | ||||
-rw-r--r-- | 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 .= "<hardware>\n"; $xml .= "\t<general_information>\n"; $xml .= "\t\t<credits>h-node project</credits>\n"; - $xml .= "\t\t<link>www.h-node.com</link>\n"; + $xml .= "\t\t<link>".Website::$generalName."</link>\n"; $xml .= "\t\t<date>".date("Y-m-d H:i:s")."</date>\n"; $xml .= "\t\t<license>".License::getInsideXml()."</license>\n"; $xml .= "\t</general_information>\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"; |