Skip to content

Commit

Permalink
Update Inspection.php
Browse files Browse the repository at this point in the history
  • Loading branch information
pavlosb committed Jun 28, 2024
1 parent fdba51d commit 7cf7a8e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions application/controllers/Inspection.php
Original file line number Diff line number Diff line change
Expand Up @@ -1108,10 +1108,10 @@ public function emailsend() {


if ($this->email->send()) {
echo "ok";
echo "ok"."<br>";

} else {
echo "nok";
echo "nok"."<br>";
}
//$fp = fsockopen('www.inline.gr', 443, $errno1, $errstr1, 50);
//echo "443 ".$errno1." ".$errstr1."<br>";
Expand Down

0 comments on commit 7cf7a8e

Please sign in to comment.