summaryrefslogtreecommitdiff
path: root/config.php.example
blob: d74e4b5ca37019e219a6e75e924b3b41143de64b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php
  #Blaupload Config
  #Modify this file with your details and copy it to config.php

  #The full URL used to access this directory
  $url = "http://www.blaupload.co.uk";

  #The SHA256 hash of the password used to access the folder
  #Set to null if you don't want the folder to be password protected
  $pass = "ENTER PASSWORD HASH HERE";

  #A file to be shown at the top of the page
  #For example, a HTML form to upload files
  $headerfile = "upload.html"

?>