diff options
Diffstat (limited to 'h-source/Config/Route.php')
-rw-r--r-- | h-source/Config/Route.php | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 5a2119d..c26c36b 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -126,7 +126,7 @@ class Route 'download,sdcardreaders', 'download,modems', 'download,raidadapters', - 'download,pcmcia', + 'download,hostcontrollers', 'history,hide', 'history,show', 'history,block', @@ -257,15 +257,15 @@ class Route 'raidadapters,differences', 'raidadapters,climb', 'raidadapters,talk', - 'pcmcia,catalogue', - 'pcmcia,view', - 'pcmcia,history', - 'pcmcia,revision', - 'pcmcia,insert', - 'pcmcia,update', - 'pcmcia,differences', - 'pcmcia,climb', - 'pcmcia,talk', + 'hostcontrollers,catalogue', + 'hostcontrollers,view', + 'hostcontrollers,history', + 'hostcontrollers,revision', + 'hostcontrollers,insert', + 'hostcontrollers,update', + 'hostcontrollers,differences', + 'hostcontrollers,climb', + 'hostcontrollers,talk', ); //it can be 'yes' or 'no' |