diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-10-24 19:30:13 +0000 |
commit | 4641de870cfa9c5d4c41a94328a8fb1f4adfdc78 (patch) | |
tree | 10ba2ad1ca50c4a91d605858d054fdd948927c2f /h-source/Config | |
parent | 871d4231da58aff1902cdf260e887e1ee52d1716 (diff) |
added 3G cards
Diffstat (limited to 'h-source/Config')
-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 cc0dcaf..fd31718 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -90,9 +90,19 @@ class Route 'download,videocards', 'download,printers', 'download,scanners', + 'download,threegcards', 'history,hide', 'history,show', 'history,viewall', + 'threegcards,catalogue', + 'threegcards,view', + 'threegcards,history', + 'threegcards,revision', + 'threegcards,insert', + 'threegcards,update', + 'threegcards,differences', + 'threegcards,climb', + 'threegcards,talk', ); //it can be 'yes' or 'no' |