summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'index.php')
-rw-r--r--index.php5
1 files changed, 2 insertions, 3 deletions
diff --git a/index.php b/index.php
index 2c5af4e..bd25914 100644
--- a/index.php
+++ b/index.php
@@ -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)) {