]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
Implement user interface for user to preview what location they are sharing with...
[quix0rs-gnu-social.git] / lib / router.php
index 474e05996f24811a33d39ffec2265447950338b5..7ec962460fec96c000bb256e8a1c16de72012f6c 100644 (file)
@@ -100,7 +100,8 @@ class Router
                           'sandbox', 'unsandbox',
                           'silence', 'unsilence',
                           'repeat',
-                          'deleteuser');
+                          'deleteuser',
+                          'geocode');
 
             foreach ($main as $a) {
                 $m->connect('main/'.$a, array('action' => $a));