mirror of
https://expo.survex.com/repositories/expoweb/.git/
synced 2025-01-18 08:52:37 +00:00
[svn r5488] *** empty log message ***
This commit is contained in:
parent
758db62b4f
commit
f0d7170ba4
@ -108,8 +108,7 @@ while (<>) {
|
||||
if ($file ne "") {
|
||||
$number =~ s/\//-/g;
|
||||
$number =~ s/\?/q/;
|
||||
|
||||
#print "$file\n";
|
||||
print "$file\n";
|
||||
open FILE, ">..\/$file" or die $!;
|
||||
print FILE <<END;
|
||||
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0//EN">
|
||||
@ -465,7 +464,6 @@ END
|
||||
}
|
||||
my $toroot;
|
||||
$toroot = "";
|
||||
#print "\n$file";
|
||||
#determine the number of directorys deep the caves main page is at in order to link to area descriptions and indxal
|
||||
if ($file =~ /.*\/.*/) {
|
||||
$toroot = "../";
|
||||
|
Loading…
Reference in New Issue
Block a user