diff options
author | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-07-25 10:55:00 +0100 |
---|---|---|
committer | Luke Bratch <l_bratch@yahoo.co.uk> | 2014-07-25 10:55:00 +0100 |
commit | 89eeae3a8b07c5e6ac6e332a36a4073558f5ae60 (patch) | |
tree | b9a74a675b1d7609355d42844ec316c3c0e177e0 /index.php | |
parent | bd73ff4c4c3283f4c8f9e45df5d31bd71d9a8242 (diff) |
Remove unnecessary newlines in rendered output
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 4 |
1 files changed, 0 insertions, 4 deletions
@@ -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("./")); |