We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 59033e0 commit 4bd5d29Copy full SHA for 4bd5d29
upload.php
@@ -1,8 +1,8 @@
1
<?php
2
header("Content-Type: text/text");
3
$key = "YOUR_UPLOAD_SECRET";
4
-$uploadhost = "https://yourdomain.com/";
5
-$redirect = "https://redirect_on_upload.com";
+$uploadhost = "UPLOAD_DOMAIN";
+$redirect = "REDIRECT_URL";
6
if ($_SERVER["REQUEST_URI"] == "/robot.txt") { die("User-agent: *\nDisallow: /"); }
7
if (isset($_POST['k'])) {
8
if ($_POST['k'] == $key) {
0 commit comments