mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-04 16:39:34 +00:00
remove testing output crap...
This commit is contained in:
parent
3110662020
commit
0e52b3b0da
@ -119,7 +119,6 @@ function storeFile($name, $tmpFile, $formatted = false)
|
|||||||
$tries_per_len=3; //try random names a few times before upping the length
|
$tries_per_len=3; //try random names a few times before upping the length
|
||||||
for ($len = $ID_LENGTH; ; ++$len)
|
for ($len = $ID_LENGTH; ; ++$len)
|
||||||
{
|
{
|
||||||
echo $len;
|
|
||||||
for ($n=0; $n<=$tries_per_len; ++$n)
|
for ($n=0; $n<=$tries_per_len; ++$n)
|
||||||
{
|
{
|
||||||
$id = rndStr($len);
|
$id = rndStr($len);
|
||||||
|
Loading…
Reference in New Issue
Block a user