Files
pictshare/inc/example.config.inc.php

14 lines
350 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');