From cb5d0d74429387d619b62fcc5487312417cc02a6 Mon Sep 17 00:00:00 2001 From: Rj48 Date: Tue, 26 Apr 2016 23:47:09 +0200 Subject: [PATCH] pretty up comments a bit --- index.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) mode change 100644 => 100755 index.php 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;