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

index 50b0fa8..93ff3bc 100644 (file)
@@ -9,7 +9,8 @@ class Pman_Core_JavascriptError extends Pman {
         parent::getAuth(); // load company!
         $au = $this->getAuthUser();
        
-        if (!$au) {  
+        if (!$au) {
+            // fixme... this needs to be rate limited....
             $this->jerr("Not authenticated", array('authFailure' => true));
         }
         if (!$au->pid()   ) { // not set up yet..