summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--index.php4
1 files changed, 0 insertions, 4 deletions
diff --git a/index.php b/index.php
index 4a2bc13..9502134 100644
--- a/index.php
+++ b/index.php
@@ -65,9 +65,7 @@ function size_readable($size, $max = null, $system = 'si', $retstring = '%01.2f
return sprintf($retstring, $size, $sys['prefix'][$i]);
}
-?>
-<?php
$nameurl = "?C=N;O=A";
$modifiedurl = "?C=M;O=A";
$sizeurl = "?C=S;O=A";
@@ -95,9 +93,7 @@ if (isset($_GET['C'])) {
}
$listing = array();
-?>
-<?php
date_default_timezone_set("GB");
#print_r(listdir_by_date("./"));