changeset 49:4e85d97e41b6

Whoops, forgot the global uri.
author nanaya <me@myconan.net>
date Fri, 07 Aug 2015 21:01:49 +0900
parents c388003e921a
children 5a4c9efd99fc
files index.php
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/index.php	Sun May 24 18:50:07 2015 +0900
+++ b/index.php	Fri Aug 07 21:01:49 2015 +0900
@@ -86,6 +86,7 @@
   }
 
   function up_link() {
+    global $uri;
     if ($uri !== "/") {
       return "<tr><td colspan=3>" . link_to(dirname($uri) . "/", "[up]") . "</td></tr>";
     }