include "_config.txt";
This commit is contained in:
parent
ba1f695fa2
commit
aed6e04079
@ -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');
|
||||
|
Loading…
Reference in New Issue
Block a user