diff options
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("./")); |