diff --git a/index.php b/index.php old mode 100644 new mode 100755 index 92a8629..ccc52e3 --- a/index.php +++ b/index.php @@ -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;