blob: dd6d3fec0af489baf8e43b49397a69aa1eeada53 (
about) (
plain) (
blame)
1
2
3
4
5
6
7
|
<?php
error_reporting(E_ALL);
define('UPLOAD_URL', 'https://g.hostfil.es/');
define('UPLOAD_DIR', '/var/www/files/');
define('NOTIFICATION_ADDRESS', '127.0.0.1');
define('NOTIFICATION_PORT', 1234);
|