RooTrait.php
authoredward <edward@roojs.com>
Thu, 31 Mar 2016 02:40:05 +0000 (10:40 +0800)
committeredward <edward@roojs.com>
Thu, 31 Mar 2016 02:40:05 +0000 (10:40 +0800)
RooTrait.php

index 0d2da73..ae418d4 100644 (file)
@@ -28,7 +28,7 @@ trait Pman_Core_RooTrait {
         $this->appDisabled = explode(',', $boot->disable);
         $this->version = $boot->version; 
         $this->uiConfig = empty($boot->Pman['uiConfig']) ? false : $boot->Pman['uiConfig']; 
-        print_R($_SERVER['SERVER_ADDR']);EXIT;
+        
         if (!empty($ff->Pman['local_autoauth']) && 
             ($_SERVER['SERVER_ADDR'] == '127.0.0.1') &&
             ($_SERVER['REMOTE_ADDR'] == '127.0.0.1')