Skip to content

Commit

Permalink
Remove duplicate require in SMTP example
Browse files Browse the repository at this point in the history
  • Loading branch information
Synchro committed Nov 6, 2017
1 parent a73d52d commit 95a68b6
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions examples/smtp_check.phps
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ require '../vendor/autoload.php';
//This should be done in your php.ini, but this is how to do it if you don't have access to that
date_default_timezone_set('Etc/UTC');

require '../vendor/autoload.php';

//Create a new SMTP instance
$smtp = new SMTP;

Expand Down

0 comments on commit 95a68b6

Please sign in to comment.