From: Alan Knowles Date: Wed, 28 May 2014 03:27:01 +0000 (+0800) Subject: Notify.php X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=commitdiff_plain;h=af3fd71e2d3ef6af605deddfff684f5c3f965b94 Notify.php --- diff --git a/Notify.php b/Notify.php index adb02886..e7d51570 100644 --- a/Notify.php +++ b/Notify.php @@ -115,7 +115,7 @@ class Pman_Core_Notify extends Pman die("access denied"); } $sig = $_SERVER["SCRIPT_NAME"] .'|'. __FILE__; - echo "SIG: $sig\n"; + //echo "SIG: $sig\n"; HTML_FlexyFramework::ensureSingle($sig, $this); return true; }