From 1c0b439bebe217aa119bf2300e24ad56d6e9c3ff Mon Sep 17 00:00:00 2001 From: Antonio Gallo Date: Sun, 3 Apr 2011 16:53:59 +0000 Subject: h-source: added the ClientController and the license.phpfile --- h-source/Config/Autoload.php | 1 + h-source/Config/Route.php | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'h-source/Config') diff --git a/h-source/Config/Autoload.php b/h-source/Config/Autoload.php index 940bb0c..67f32ec 100644 --- a/h-source/Config/Autoload.php +++ b/h-source/Config/Autoload.php @@ -19,6 +19,7 @@ class Autoload 'hardware.php', 'languages.php', 'vendors.php', + 'license.php', ); } \ No newline at end of file diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 5cb6195..b7ddf68 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -41,7 +41,6 @@ class Route 'users,change', 'users,forgot', 'users,notice', - 'users,info', 'meet,user', 'meet,contributions', 'meet,hardware', @@ -164,6 +163,8 @@ class Route 'bluetooth,differences', 'bluetooth,climb', 'bluetooth,talk', + 'client,licenseinfo', + 'client,userinfo', ); //it can be 'yes' or 'no' -- cgit v1.2.3