aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2012-03-21 06:00:58 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2012-03-21 06:00:58 +0000
commit7d2a5639b981acdb31f932f8ce88eee245a12652 (patch)
tree90b64eb5ebea9572f7a327f19b8c6e0b990a985c /h-source/Application/Controllers/DownloadController.php
parent9456eb084f7cfe984f1dc3c1def715eb6eecc0e5 (diff)
project name now written using PHP (dynamic) in download page - fixed error
Diffstat (limited to 'h-source/Application/Controllers/DownloadController.php')
-rw-r--r--h-source/Application/Controllers/DownloadController.php2
1 files changed, 1 insertions, 1 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";