VerifyAccess.php
authoredward <edward@roojs.com>
Thu, 15 Feb 2018 03:29:22 +0000 (11:29 +0800)
committeredward <edward@roojs.com>
Thu, 15 Feb 2018 03:29:22 +0000 (11:29 +0800)
VerifyAccess.php

index b22d919..5544432 100644 (file)
@@ -68,7 +68,7 @@ class Pman_Core_VerifyAccess extends Pman
             $this->jerr('Invalid URL');
         }
         
-        $this->jdata($coba_application_signup->toArray());
+        $this->jdata($core_ip_access->toArray());
         
     }