diff options
author | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-23 23:14:42 +0000 |
---|---|---|
committer | Antonio Gallo <tonicucoz@gmail.com> | 2010-12-23 23:14:42 +0000 |
commit | bd2f4275434bb99880e6659a1a528bd8eec380f4 (patch) | |
tree | 7394de7942ef4791b066a03ab412c674fdbf4ba5 /h-source/Config | |
parent | 58214267999e01688b9d885dbf5fe02f14b3be8e (diff) |
added sound cards - part 1
Diffstat (limited to 'h-source/Config')
-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 7807f09..bf3dd1b 100644 --- a/h-source/Config/Route.php +++ b/h-source/Config/Route.php @@ -110,6 +110,15 @@ class Route 'threegcards,climb', 'threegcards,talk', 'moderators,actions', + 'soundcards,catalogue', + 'soundcards,view', + 'soundcards,history', + 'soundcards,revision', + 'soundcards,insert', + 'soundcards,update', + 'soundcards,differences', + 'soundcards,climb', + 'soundcards,talk', ); //it can be 'yes' or 'no' |