You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
468 B
PHTML
12 lines
468 B
PHTML
3 years ago
|
<?php
|
||
|
define('email','owen8064@gmail.com');
|
||
|
define('password','12345678');
|
||
|
define('app_name','AnonUpload - Secure File Sharing');
|
||
|
define('app_desc','Secure and anonymous file sharing');
|
||
|
define('FILELIST','jpeg,jpg,gif,png,zip,xls,doc,mp3,mp4,mpeg,wav,avi,rar,7z,txt');
|
||
|
define('size_verification',true);
|
||
|
define('file_destination','files');
|
||
|
define('file_url_destination','https://dl.supers0ft.us/anonuptest');
|
||
|
define('max_size','10000000000');
|
||
|
define('min_size','0');
|
||
|
?>
|