summaryrefslogtreecommitdiff
path: root/lib/router.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/router.php')
-rw-r--r--lib/router.php4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/router.php b/lib/router.php
index 7ec962460..287d3c79f 100644
--- a/lib/router.php
+++ b/lib/router.php
@@ -101,7 +101,9 @@ class Router
'silence', 'unsilence',
'repeat',
'deleteuser',
- 'geocode');
+ 'geocode',
+ 'version',
+ );
foreach ($main as $a) {
$m->connect('main/'.$a, array('action' => $a));