1
0
mirror of https://github.com/Rouji/single_php_filehost.git synced 2025-04-10 19:08:45 +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. // purge all files older than their retention period allows.
////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
function purgeFiles() function purgeFiles()
{ {
global $STORE_PATH; global $STORE_PATH;
@ -183,11 +183,11 @@ function purgeFiles()
$totalSize); $totalSize);
} }
////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
// print a plaintext info page, explaining what this script does and how to // print a plaintext info page, explaining what this script does and how to
// use it, how to upload, etc. // use it, how to upload, etc.
// essentially the homepage // essentially the homepage
////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
function printInfo() function printInfo()
{ {
global $ADMIN_EMAIL; global $ADMIN_EMAIL;