diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-01 16:43:28 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2011-03-01 16:43:28 +0000 |
commit | 632f611689562bb79dfb18065b6d0851a5c2077e (patch) | |
tree | 88bf555767f641934d1d9ee6359d6399992ecc11 /h-source/Config/Route.php | |
parent | e9973f35a33f0ad72ff2fbd74250283d0e23e375 (diff) |
added bluetooth - part 1
Diffstat (limited to 'h-source/Config/Route.php')
-rw-r--r-- | h-source/Config/Route.php | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/h-source/Config/Route.php b/h-source/Config/Route.php index 6f25cfa..48521b5 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -153,6 +153,15 @@ class Route 'wiki,pages', 'wiki,deleted', 'wiki,blocked', + 'bluetooth,catalogue', + 'bluetooth,view', + 'bluetooth,history', + 'bluetooth,revision', + 'bluetooth,insert', + 'bluetooth,update', + 'bluetooth,differences', + 'bluetooth,climb', + 'bluetooth,talk', ); //it can be 'yes' or 'no' |