diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-17 22:26:06 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-10-17 22:26:06 +0000 |
commit | 7d294873ca1b9705652592523210f543e73ec1e1 (patch) | |
tree | fc2ddac6f9d7b47c1eb0d799ebb82ac078e63fd4 /h-source/Config/Route.php | |
parent | 9d3f161ae35d1413d18977bef6341456af6d6c7d (diff) |
added modems category - michael issue
Diffstat (limited to 'h-source/Config/Route.php')
-rw-r--r-- | h-source/Config/Route.php | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index cd052b6..e02afa3 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -123,6 +123,7 @@ class Route 'download,fingerprintreaders', 'download,ethernetcards', 'download,sdcardreaders', + 'download,modems', 'history,hide', 'history,show', 'history,block', @@ -234,6 +235,15 @@ class Route 'sdcardreaders,differences', 'sdcardreaders,climb', 'sdcardreaders,talk', + 'modems,catalogue', + 'modems,view', + 'modems,history', + 'modems,revision', + 'modems,insert', + 'modems,update', + 'modems,differences', + 'modems,climb', + 'modems,talk', ); //it can be 'yes' or 'no' |