1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-03 16:09:33 +00:00

remove testing output crap...

This commit is contained in:
Rouji 2017-10-02 20:58:30 +02:00
parent 3110662020
commit 0e52b3b0da

View File

@ -119,7 +119,6 @@ function storeFile($name, $tmpFile, $formatted = false)
$tries_per_len=3; //try random names a few times before upping the length
for ($len = $ID_LENGTH; ; ++$len)
{
echo $len;
for ($n=0; $n<=$tries_per_len; ++$n)
{
$id = rndStr($len);