diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:17:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-07-21 14:17:28 +0000 |
commit | 32e60f1c2228e2a46707d15bec10cd54e476076c (patch) | |
tree | b175c135564801c598bd20644edbfa85580ae220 /h-source/Config | |
parent | 5f551b2d89b02cd159bf35723695ab2343a87248 (diff) |
added ethernet cards to the list of allowed hardware
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 6eb88f1..f8491d6 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -119,6 +119,7 @@ class Route 'download,bluetooth', 'download,acquisitioncards', 'download,fingerprintreaders', + 'download,ethernetcards', 'history,hide', 'history,show', 'history,block', @@ -207,6 +208,15 @@ class Route 'fingerprintreaders,differences', 'fingerprintreaders,climb', 'fingerprintreaders,talk', + 'ethernetcards,catalogue', + 'ethernetcards,view', + 'ethernetcards,history', + 'ethernetcards,revision', + 'ethernetcards,insert', + 'ethernetcards,update', + 'ethernetcards,differences', + 'ethernetcards,climb', + 'ethernetcards,talk', ); //it can be 'yes' or 'no' |