diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-03 16:53:59 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-04-03 16:53:59 +0000 |
commit | 1c0b439bebe217aa119bf2300e24ad56d6e9c3ff (patch) | |
tree | 74e40f47024bc568b5bf0a6bb308beef97b0146f /h-source/Config | |
parent | 0234c46244689bd864dcadb93844612b413ed1f8 (diff) |
h-source: added the ClientController and the license.phpfile
Diffstat (limited to 'h-source/Config')
-rw-r--r-- | h-source/Config/Autoload.php | 1 | ||||
-rw-r--r-- | h-source/Config/Route.php | 3 |
2 files changed, 3 insertions, 1 deletions
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' |