2022-12-19 11:06:08 -06:00
|
|
|
<?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');
|
2022-12-19 11:06:41 -06:00
|
|
|
define('file_url_destination','https://anonuptest-web.hxqcwb.easypanel.host');
|
2022-12-19 11:06:08 -06:00
|
|
|
define('max_size','10000000000');
|
|
|
|
|
define('min_size','0');
|
2022-12-19 11:06:41 -06:00
|
|
|
?>
|