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:
parent
9d1468b010
commit
cb5d0d7442
8
index.php
Normal file → Executable file
8
index.php
Normal file → Executable 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;
|
||||
|
Loading…
Reference in New Issue
Block a user