aboutsummaryrefslogtreecommitdiff
path: root/mlmmj-webarchiver/skel/index.php
diff options
context:
space:
mode:
Diffstat (limited to 'mlmmj-webarchiver/skel/index.php')
-rw-r--r--mlmmj-webarchiver/skel/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/mlmmj-webarchiver/skel/index.php b/mlmmj-webarchiver/skel/index.php
index 7247927..64ebd55 100644
--- a/mlmmj-webarchiver/skel/index.php
+++ b/mlmmj-webarchiver/skel/index.php
@@ -2,6 +2,7 @@
$baselistdir = getcwd();
$mlist = substr(strrchr ($baselistdir, "/"), 1);
$mlistdir = opendir($baselistdir);
+ $navlists = $bodylists = "";
while($file = readdir($mlistdir)) {
if($file != "." && $file != ".." && $file != "images" && $file != "style"
&& is_dir($baselistdir . "/" . $file)) {