]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/router.php
Added the new pinghandler to the stopdaemons script and improved the behaviour and...
[quix0rs-gnu-social.git] / lib / router.php
index d34b84cd43fe0f264ae48a25974795fe1656799c..52051fdb50a8c05aa43f70d57fd9382a2f6e2675 100644 (file)
@@ -50,7 +50,8 @@ class Router
     var $m = null;
     static $inst = null;
     static $bare = array('requesttoken', 'accesstoken', 'userauthorization',
-                    'postnotice', 'updateprofile', 'finishremotesubscribe');
+                         'postnotice', 'updateprofile', 'finishremotesubscribe',
+                         'finishopenidlogin', 'finishaddopenid');
 
     static function get()
     {