update send.php

Adding close tag.
This commit is contained in:
Jason Marquette 2019-01-03 09:17:33 -06:00 committed by GitHub
parent 62cf628ad5
commit e1322a0571
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,3 +16,4 @@ echo " [x] Sent 'Hello World!'\n";
$channel->close(); $channel->close();
$connection->close(); $connection->close();
?>