NotifySmtpCheck.php
authorAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:28:36 +0000 (10:28 +0800)
committerAlan Knowles <alan@roojs.com>
Fri, 4 Aug 2017 02:28:36 +0000 (10:28 +0800)
NotifySmtpCheck.php

index e4887ef..47b2a7c 100644 (file)
@@ -6,7 +6,7 @@ require_once 'Mail/smtpmx.php';
         
 class Pman_Core_NotifySmtpCheck extends Pman
 {
-    function get()
+    function get($v, $opts=array())
     {
         $this->check();
         exit;