From 1a42c1c617bea6ec2c9344073fcef082fae9cb35 Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Tue, 5 Apr 2011 15:28:19 +0000 Subject: h-source:improved the way license is shown --- h-source/Application/Controllers/ClientController.php | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'h-source/Application/Controllers/ClientController.php') diff --git a/h-source/Application/Controllers/ClientController.php b/h-source/Application/Controllers/ClientController.php index e0ff37e..51966c9 100644 --- a/h-source/Application/Controllers/ClientController.php +++ b/h-source/Application/Controllers/ClientController.php @@ -30,12 +30,19 @@ class ClientController extends BaseController public function licenseinfo($lang = 'en') { + header ("Content-Type:text/xml"); + + $data["xml"] = "\n"; + + $this->append($data); $this->clean(); $this->load("license"); } public function userinfo($lang = 'en') { + header ("Content-Type:text/xml"); + $this->s['registered']->checkStatus(); $data['user_status'] = strcmp($this->islogged,'yes') === 0 ? 'logged' : 'not-logged'; -- cgit v1.2.3