Lines Matching refs:topfile
47 $indexfile = 'index'; # Symlink to $topfile *
51 $topfile = 'top'; # Top-level HTML file *
123 $topfile .= ".$html"; # Top-level HTML file (or moved notice)
124 $indexfile .= ".$html"; # Symlink to $topfile
167 (system("ln -s $topfile $dir/$indexfile") >> 8)
168 && die "$whatami: Can't link $topfile to $dir/$indexfile!\n";
242 open(TOP, ">$dir/$topfile");
328 $pointers = "<A HREF=\"$topfile\">Up</A>";
388 s/TOPFILEHERE/$topfile/;
412 s/TOPFILEHERE/$topfile/;
830 $topfile = 'TOPFILEHERE';
847 print "Location: $root$topfile\n\n";