From cfc0f6c27e7288d77de679f5faad25d479bcbd0c Mon Sep 17 00:00:00 2001 From: Edward Date: Wed, 11 Feb 2015 15:47:14 +0800 Subject: [PATCH] Import/Core_notify.php --- Import/Core_notify.php | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/Import/Core_notify.php b/Import/Core_notify.php index 796e76a8..8f76cdc6 100644 --- a/Import/Core_notify.php +++ b/Import/Core_notify.php @@ -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 -- 2.39.2