]> git.mxchange.org Git - quix0rs-gnu-social.git/blobdiff - actions/confirmaddress.php
add csrf protection to profile settings
[quix0rs-gnu-social.git] / actions / confirmaddress.php
index 66a41d9d7da051aaf7e48509a714a9f2a922068c..3cffda8710b59c15efa87ca347c22e087df3e073 100644 (file)
@@ -21,10 +21,6 @@ if (!defined('LACONICA')) { exit(1); }
 
 class ConfirmaddressAction extends Action {
 
-       function is_readonly() {
-               return false;
-       }
-
     function handle($args) {
         parent::handle($args);
         if (!common_logged_in()) {