# HG changeset patch # User edogawaconan # Date 1413946510 -32400 # Node ID c5b8d2592585f4fb7e9f06a1b51a6be4ae648cc5 # Parent 9a4ac2d53a368c6ed02dbbf377c0ee16c5f63d67 Easier to click target for going up directory. diff -r 9a4ac2d53a36 -r c5b8d2592585 index.php --- a/index.php Wed Oct 22 11:44:11 2014 +0900 +++ b/index.php Wed Oct 22 11:55:10 2014 +0900 @@ -91,7 +91,7 @@ $file_suffix = "/"; if ($path !== "/") { - $file_rows .= "" . link_to(dirname($prefix . $path) . "/", "..") . ""; + $file_rows .= "" . link_to(dirname($prefix . $path) . "/", "[up]") . ""; } }