<?php
/**
 * Project Name: Protect WC External dl links
 * Version: 1.8.0
 * Author: Javad Ahshamian
 * Author URI: https://ham3da.ir/
 */
include_once 'config.php';
include_once 'functions.php';

$key = filter_input(INPUT_GET, 'key');
check_link_params($key);
?>