imgpaste/config.php

16 lines
225 B
PHP

<?php
// Used for <title></title>
$title = "imgpaste by gideonstar";
// Displayed text
$text = "Click or drop image here...";
// Writable data directory for images
$datadir = "i";
// Length of filenames
$length = 8;
?>