Import/Core_notify.php
[Pman.Core] / Import / Core_notify.php
index 796e76a..8f76cdc 100644 (file)
@@ -58,10 +58,13 @@ class Pman_Core_Import_Core_notify extends Pman_Roo
     
     function config()
     {
-        print_R($this->rootDir);exit;
-        print_R($this->modules);exit;
         foreach ($this->modules as $m){
-            
+            $file = $this->rootDir. "/Pman/$m/NotifyType.json";
         }
     }
+    
+    function log($str)
+    {
+        echo "$str \n";
+    }
 }
\ No newline at end of file