From: leon Date: Mon, 3 Jul 2023 04:26:06 +0000 (+0800) Subject: NotifySend.php X-Git-Url: http://git.roojs.org/?a=commitdiff_plain;h=384479d07afabeacd9f9b81145a0f466818d1ebf;p=Pman.Core NotifySend.php --- diff --git a/NotifySend.php b/NotifySend.php index f92e5232..be630322 100644 --- a/NotifySend.php +++ b/NotifySend.php @@ -85,6 +85,11 @@ class Pman_Core_NotifySend extends Pman function get($id,$opts=array()) { + require_once 'Validate.php'; + if (!Validate::email('shawnz@tasteporter.com', true)) { + die('b'); + } + die('a'); //print_r($opts); if (!empty($opts['DB_DataObject-debug'])) {