Pman/Login.php
authoredward <edward@roojs.com>
Mon, 15 Jan 2018 08:08:52 +0000 (16:08 +0800)
committeredward <edward@roojs.com>
Mon, 15 Jan 2018 08:08:52 +0000 (16:08 +0800)
Pman/Login.php

index 0546b5c..2958eef 100644 (file)
@@ -508,7 +508,7 @@ class Pman_Login extends Pman
             
             return;
         }
-        
+        print_R(strtotime('NOW'));exit;
         if(empty($core_ip_access->status)){
             $this->jerr('PENDING-IP-ADDRESS', array('ip' => $ip));
         }