Pman.php
[Pman.Core] / 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;
+        }
+        
         
     }