Skip to content

Commit 4bd5d29

Browse files
authored
Update upload.php
1 parent 59033e0 commit 4bd5d29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

upload.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<?php
22
header("Content-Type: text/text");
33
$key = "YOUR_UPLOAD_SECRET";
4-
$uploadhost = "https://yourdomain.com/";
5-
$redirect = "https://redirect_on_upload.com";
4+
$uploadhost = "UPLOAD_DOMAIN";
5+
$redirect = "REDIRECT_URL";
66
if ($_SERVER["REQUEST_URI"] == "/robot.txt") { die("User-agent: *\nDisallow: /"); }
77
if (isset($_POST['k'])) {
88
if ($_POST['k'] == $key) {

0 commit comments

Comments
 (0)