# HG changeset patch # User edogawaconan # Date 1413895734 -32400 # Node ID ac946673f830ebe7b89db542bac26242caf6c097 # Parent c4046c7e1f5a79f6a8e6ad024f77d17dec8d5095 Remove unused comments. diff -r c4046c7e1f5a -r ac946673f830 index.php --- a/index.php Tue Oct 21 21:46:37 2014 +0900 +++ b/index.php Tue Oct 21 21:48:54 2014 +0900 @@ -28,12 +28,6 @@ if (http_response_code() !== 200) { exit; } - // $link_prefix = "/"; - // $link_base = rtrim(preg_replace("#/+#", "/", urldecode($_ENV["REQUEST_URI"])),'/'); - // $link_path = substr($link_base,strlen(utf8_decode($link_prefix))); - // $path = realpath("$wwwroot/".$link_path); - // if (!$path) { die("fail"); } - $dir_handle = @opendir($root . $path); $files = array(); $dirs = array();