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

pretty up comments a bit

This commit is contained in:
Rj48 2016-04-26 23:47:09 +02:00
parent 9d1468b010
commit cb5d0d7442

8
index.php Normal file → Executable file
View File

@ -123,9 +123,9 @@ function storeFile($name, $tmpFile, $formatted = false)
}
}
//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// purge all files older than their retention period allows.
//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
function purgeFiles()
{
global $STORE_PATH;
@ -183,11 +183,11 @@ function purgeFiles()
$totalSize);
}
//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
// print a plaintext info page, explaining what this script does and how to
// use it, how to upload, etc.
// essentially the homepage
//////////////////////////////
////////////////////////////////////////////////////////////////////////////////
function printInfo()
{
global $ADMIN_EMAIL;