JavascriptError.php
authorAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 06:20:13 +0000 (14:20 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 9 Mar 2016 06:20:13 +0000 (14:20 +0800)
JavascriptError.php

index 93ff3bc..be9e303 100644 (file)
@@ -1,5 +1,5 @@
 <?php
-
+// FIXME... auth errors need ratelimiting 
 
 class Pman_Core_JavascriptError extends Pman {
     
@@ -10,7 +10,7 @@ class Pman_Core_JavascriptError extends Pman {
         $au = $this->getAuthUser();
        
         if (!$au) {
-            // fixme... this needs to be rate limited....
+            
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         if (!$au->pid()   ) { // not set up yet..