Images.php
authorEdward <edward@roojs.com>
Mon, 15 Dec 2014 09:00:09 +0000 (17:00 +0800)
committerEdward <edward@roojs.com>
Mon, 15 Dec 2014 09:00:09 +0000 (17:00 +0800)
Images.php

index 41a5de7..cbff50b 100644 (file)
@@ -255,7 +255,7 @@ class Pman_Core_Images extends Pman
     }
     function validateSize()
     {
-        
+        print_r($_SERVER['REMOTE_ADDR']);exit;
         if ($this->authUser && $this->authUser->company_id && $this->authUser->company()->comptype=='OWNER') {
             return true;
         }