From c7be30ed36be052e7da0e09d44b8becb3eaaabc7 Mon Sep 17 00:00:00 2001 From: Alan Knowles Date: Wed, 28 May 2014 11:20:53 +0800 Subject: [PATCH] Notify.php --- Notify.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Notify.php b/Notify.php index 94ca1475..86553c9b 100644 --- a/Notify.php +++ b/Notify.php @@ -114,7 +114,9 @@ class Pman_Core_Notify extends Pman if (!$ff->cli) { die("access denied"); } - HTML_FlexyFramework::ensureSingle($_SERVER["SCRIPT_NAME"] .'|'. __FILE__, $this); + $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__; + echo "$sig\n"; + HTML_FlexyFramework::ensureSingle($sig, $this); return true; } -- 2.39.2