Merge pull request #1 from hklcf/hklcf-patch-1

Bug Fix
This commit is contained in:
HKLCF
2018-05-06 21:36:21 +08:00
committed by GitHub

View File

@@ -1,12 +1,12 @@
<?php
/*
Version: 1.0
Version: 1.1
Author: HKLCF
Copyright: HKLCF
Last Modified: 06/05/2018
*/
$url = htmlspecialchars($_GET['url']);
$url = isset($_GET['url']) ? htmlspecialchars($_GET['url']) : null;
$support_domain = 'www.mediafire.com';
if(empty($url)) {