Notify.php
authorAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:24:24 +0000 (11:24 +0800)
committerAlan Knowles <alan@roojs.com>
Wed, 28 May 2014 03:24:24 +0000 (11:24 +0800)
Notify.php

index 86553c9..adb0288 100644 (file)
@@ -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();