summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Bratch <l_bratch@yahoo.co.uk>2014-07-25 10:55:00 +0100
committerLuke Bratch <l_bratch@yahoo.co.uk>2014-07-25 10:55:00 +0100
commit89eeae3a8b07c5e6ac6e332a36a4073558f5ae60 (patch)
treeb9a74a675b1d7609355d42844ec316c3c0e177e0
parentbd73ff4c4c3283f4c8f9e45df5d31bd71d9a8242 (diff)
Remove unnecessary newlines in rendered output
-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("./"));