From 9c566e32eab1708f81eb203e352a653021ae00b0 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 May 2014 11:24:24 +0800 Subject: [PATCH] Notify.php --- Notify.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Notify.php b/Notify.php index 86553c9b..adb02886 100644 --- a/Notify.php +++ b/Notify.php @@ -115,10 +115,9 @@ class Pman_Core_Notify extends Pman die("access denied"); } $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__; - echo "$sig\n"; + echo "SIG: $sig\n"; HTML_FlexyFramework::ensureSingle($sig, $this); return true; - } var $pool = array(); -- 2.39.2