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.
anonupload/system/config.php

13 lines
479 B
PHP

<?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://anonuptest-web.hxqcwb.easypanel.host');
define('max_size','10000000000');
define('min_size','0');
?>