16ca95dcd3
* Code aufgeräumt
16 lines
256 B
PHP
16 lines
256 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;
|
|
|
|
?>
|