diff options
-rw-r--r-- | mirror.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ $pfad = explode("/",substr($datei,strlen($datenWurzel))); array_walk($pfad,"myBaseDecode"); $pfad = implode("/",$pfad); - echo "<a href=\"/".$pfad."\">".$pfad."</a><br>\n"; + echo "<a href=\"file://".$datei."\">.</a> <a href=\"/".$pfad."\">".$pfad."</a><br>\n"; } } else { |