diff options
author | Joe Robinson <joe@lc8n.com> | 2014-08-05 17:54:55 +0100 |
---|---|---|
committer | Joe Robinson <joe@lc8n.com> | 2014-08-05 17:54:55 +0100 |
commit | f5eba39fa959eeb13e0b5155af85159ceca3e872 (patch) | |
tree | 8427f2baae6c2cf7b487b00a82009ff94d16d39f /index.php | |
parent | 555f2886080333b10df9812777c36c04ae6b93bc (diff) |
Moved configurable options to config file
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 5 |
1 files changed, 2 insertions, 3 deletions
@@ -1,8 +1,7 @@ <?php -$pass = 'REPLACE THIS WITH A SHA256 HASH OR SET VARIABLE TO NULL'; +include('config.php'); + $indexignore = array(); -$headerfile = "upload.html"; -$url = "http://www.blaupload.co.uk/"; if ($_POST && $pass) { if ((hash("sha256", $_POST['password']) == $pass)) { |