Browse Source

Update form.php

redesign
Anxhelo Lushka 7 years ago
committed by GitHub
parent
commit
98b253d407
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      form.php

2
form.php

@ -1,7 +1,7 @@
<?php
//Import the PHPMailer class into the global namespace
use PHPMailer\PHPMailer\PHPMailer;
require '../vendor/autoload.php';
use PHPMailer\PHPMailer\PHPMailer;
if (array_key_exists('to', $_POST)) {
$err = false;

Loading…
Cancel
Save