imgpaste/config.dist.php

19 lines
304 B
PHP

<?php
// Title
$title = "imgpaste by gideonstar";
// Displayed text
$text = "Click or drop image here...";
// Writeable directory for images. Will be created if it does not exist.
$datadir = "i";
// Length of the generated file names
$length = 8;
// Image lifetime in seconds
$lifetime = 3600;
?>