Update submit_external-webserver_client.txt

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

View File

@ -27,7 +27,7 @@
</div>
</div>
<?php if(isset($_GET["sucess"])){echo "<p>Indexed URL</p>";}elseif(isset($_GET["not_allowed"])){echo "<p>This domain isn't in the <a href='allowed.json'>whitelist</a></p>";} ?>
<?php if(isset($_GET["sucess"])){exec('curl -O '.$SUBMIT_EXTERNAL_URL.'database.txt');echo "<p>Indexed URL</p>";}elseif(isset($_GET["not_allowed"])){echo "<p>This domain isn't in the <a href='allowed.json'>whitelist</a></p>";} ?>
</div>
</div>