mirror of
https://github.com/Rouji/single_php_filehost.git
synced 2025-04-10 19:08:45 +00:00
typo
This commit is contained in:
parent
a6202ec155
commit
9d1468b010
@ -51,9 +51,8 @@ else if (isset($argv[1]) && //file was called from cmd, to purge old files
|
|||||||
{
|
{
|
||||||
purgeFiles();
|
purgeFiles();
|
||||||
}
|
}
|
||||||
else
|
else //nothing special going on, print info text
|
||||||
{
|
{
|
||||||
//nothing special going on, print info text
|
|
||||||
printInfo();
|
printInfo();
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -235,7 +234,7 @@ is non-linear and skewed in favour of small files.
|
|||||||
The exact formula for determining the maximum age for
|
The exact formula for determining the maximum age for
|
||||||
a file is:
|
a file is:
|
||||||
|
|
||||||
MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_AGE))^$DECAY_EXP
|
MIN_AGE + (MAX_AGE - MIN_AGE) * (1-(FILE_SIZE/MAX_SIZE))^$DECAY_EXP
|
||||||
</pre>
|
</pre>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
Reference in New Issue
Block a user