]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/xrds.php
add Net Socket
[quix0rs-gnu-social.git] / actions / xrds.php
index 70a18a6b9ba37b1ea4405646222662885e04d2a5..1d516aab72e78d6681e7b6d614f71810fc146eb5 100644 (file)
@@ -23,6 +23,10 @@ require_once(INSTALLDIR.'/lib/omb.php');
 
 class XrdsAction extends Action {
 
+       function is_readonly() {                                
+               return true;
+       }
+
        function handle($args) {
                parent::handle($args);
                $nickname = $this->trimmed('nickname');