summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'archives/planet')
-rw-r--r--archives/planet/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/archives/planet/index.php b/archives/planet/index.php
index a0e7d38..b3c190b 100644
--- a/archives/planet/index.php
+++ b/archives/planet/index.php
@@ -65,7 +65,7 @@
$cscan = scandir('./' . $curdir, 1);
foreach($cscan as $filename) {
if ( $filename == "." || $filename == ".." ) continue;
- echo "<li> <a href='$filename'>$filename</a></li>\n";
+ echo "<li> <a href='$curdir/$filename'>$filename</a></li>\n";
}
}
echo "</ul>";