Pman.php
authorEdward <edward@roojs.com>
Tue, 25 Aug 2015 05:44:38 +0000 (13:44 +0800)
committerEdward <edward@roojs.com>
Tue, 25 Aug 2015 05:44:38 +0000 (13:44 +0800)
Pman.php

index f452052..c401468 100644 (file)
--- a/Pman.php
+++ b/Pman.php
@@ -11,6 +11,10 @@ class Pman_Core_Pman {
     
     function init ($pg)
     {
+        if(!empty($_REQUEST['_core_skip_check'])){
+            return;
+        }
+        
         
     }