X-Git-Url: http://git.roojs.org/?p=Pman.Core;a=blobdiff_plain;f=NotifySmtpCheck.php;h=7a2670ae639053984ea3281732690bb43a4f82f6;hp=6408019d301d79a79a5da0a3aa9b6f25ed7077b7;hb=refs%2Fheads%2Fwip_alan_T6343_generic_progress_bar_delete;hpb=0ef99f30bf044fba527e5ec6c22ac973e002d557 diff --git a/NotifySmtpCheck.php b/NotifySmtpCheck.php index 6408019d..7a2670ae 100644 --- a/NotifySmtpCheck.php +++ b/NotifySmtpCheck.php @@ -1,12 +1,17 @@ check(); exit; @@ -79,7 +84,7 @@ class Pman_Core_NotifySmtpCheck extends Pman { $ifconfig = file_get_contents("https://ifconfig.co/"); $dom = new DomDocument('1.0', 'utf-8'); - $dom->loadHTML($ifconfig); + @$dom->loadHTML($ifconfig); $xpath = new DOMXPath($dom);