aboutsummaryrefslogtreecommitdiff
path: root/h-source/Application/Controllers/DownloadController.php
diff options
context:
space:
mode:
authorAntonio Gallo <tonicucoz@gmail.com>2011-04-03 16:53:59 +0000
committerAntonio Gallo <tonicucoz@gmail.com>2011-04-03 16:53:59 +0000
commit1c0b439bebe217aa119bf2300e24ad56d6e9c3ff (patch)
tree74e40f47024bc568b5bf0a6bb308beef97b0146f /h-source/Application/Controllers/DownloadController.php
parent0234c46244689bd864dcadb93844612b413ed1f8 (diff)
h-source: added the ClientController and the license.phpfile
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 f79fe7e..744d338 100644
--- a/h-source/Application/Controllers/DownloadController.php
+++ b/h-source/Application/Controllers/DownloadController.php
@@ -52,7 +52,7 @@ class DownloadController extends BaseController
$xml .= "\t\t<credits>h-node project</credits>\n";
$xml .= "\t\t<link>www.h-node.com</link>\n";
$xml .= "\t\t<date>".date("Y-m-d H:m:s")."</date>\n";
- $xml .= "\t\t<license>The contents of this page are in the Public Domain (see the CC0 page at http://creativecommons.org/publicdomain/zero/1.0/ for detailed information). Anyone is free to copy, modify, publish, use, sell, or distribute the text for any purpose, commercial or non-commercial, and by any means.</license>\n";
+ $xml .= "\t\t<license>".License::getInsideXml()."</license>\n";
$xml .= "\t</general_informations>\n";
foreach ($res as $row)