include "_config.txt";

This commit is contained in:
luqaska 2021-12-01 14:14:41 -03:00 committed by GitHub
parent ba1f695fa2
commit aed6e04079
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@
$route = "https://lucas.tild3.org/filde/";
exec('curl -O '.$route.'_config.txt');
include "_config.php";
include "_config.txt";
if(isset($_POST["name"])){
if(filter_var($_POST["name"], FILTER_VALIDATE_URL)){
exec('curl -O '.$route.'allowed.json');