Update submit_external-webserver_server.txt

This commit is contained in:
luqaska 2021-12-01 12:25:17 -03:00 committed by GitHub
parent 507dc67cd0
commit 130b7726d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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