Pman/Login.php
authoredward <edward@roojs.com>
Tue, 9 Jan 2018 09:07:46 +0000 (17:07 +0800)
committeredward <edward@roojs.com>
Tue, 9 Jan 2018 09:07:46 +0000 (17:07 +0800)
Pman/Login.php

index cfa9c59..956dc79 100644 (file)
@@ -473,7 +473,9 @@ class Pman_Login extends Pman
         if(!$core_ip_access->count()){
             
             $core_ip_access->setFrom(array(
-                'ip' => $
+                'ip' => $ip,
+                'created_dt' => $core_ip_access->sqlValue("NOW()"),
+                
             ));
             
             return true;