NotifySend.php
authorEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:37:56 +0000 (13:37 +0800)
committerEdward <edward@roojs.com>
Thu, 5 Feb 2015 05:37:56 +0000 (13:37 +0800)
NotifySend.php

index 466e2cb..1ac5e18 100644 (file)
@@ -56,6 +56,13 @@ class Pman_Core_NotifySend extends Pman
             'min' => 0,
             'max' => 0,
         ),
+        'remote' => array(
+            'desc' => 'Return to referer rather then die',
+            'default' => 0,
+            'short' => 'r',
+            'min' => 0,
+            'max' => 0,
+        ),
         'send-to' => array(
             'desc' => 'Send the message to this address, rather than the one listed.',
             'default' => '',