Files
pictshare/inc/example.config.inc.php
2019-02-20 17:12:06 +03:00

15 lines
395 B
PHP

<?php
/**
* All settings that are uncommented are mandatory
* Others optional
*/
//Use a specific domain for links presented to the user
//Format: https://your.domain.name/
// MUST HAVE TAILING /
define('URL','https://dev.pictshare.net/');
//define('JPEG_COMPRESSION', 90);
//define('FFMPEG_BINARY','');
//define('ALT_FOLDER','/ftp/pictshare');
//define('ALLOWED_SUBNET','192.168.0.0/24');