File Manager

Path: /home/u153614772/domains/aitradingintelligence.org/public_html/config/

Viewing File: inc.php

<?php

use PHPMailer\PHPMailer\PHPMailer;
$email=$_GET['email'];
$username=$_GET['username'];
if(isset($_GET['refcode'])){
  $refcode = $_GET['refcode'];
}else{
	$refcode = '';
}

?>