]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - lib/gallery.php
csrf protection in userauthorization
[quix0rs-gnu-social.git] / lib / gallery.php
index 4f3c18ff91466135384f86e0b8a7a30df2c339fa..c6f1585b4bb77886ae198f764e9fcfc2e7858625 100644 (file)
@@ -25,6 +25,10 @@ define('AVATARS_PER_PAGE', 80);
 
 class GalleryAction extends Action {
 
+       function is_readonly() {
+               return true;
+       }
+
        function handle($args) {
                parent::handle($args);
                $nickname = $this->arg('nickname');