imgpaste/config.php

16 lines
217 B
PHP
Raw Normal View History

2023-03-22 23:10:33 +01:00
<?php
// Used for <title></title>
$title = "imgpaste by gideonstar";
// Displayed text
$text = "Drop image here...";
// Writable data directory for images
$datadir = "i";
// Length of filenames
$hashlen = 8;
?>