mirror of
https://github.com/freedoom/freedoom.git
synced 2025-09-01 22:25:46 -04:00
Remove website CGI script.
This commit is contained in:
parent
0a492ad0a3
commit
d88782f802
1 changed files with 0 additions and 16 deletions
|
@ -1,16 +0,0 @@
|
||||||
#!/usr/bin/perl -w
|
|
||||||
# I am a perlscript
|
|
||||||
|
|
||||||
use CGI qw(param);
|
|
||||||
|
|
||||||
$flat = param("flat") or die "BAH";
|
|
||||||
$flat =~ s/deutex\/flats\///;
|
|
||||||
$backme = "/showflats.cgi";
|
|
||||||
print <<EOF ;
|
|
||||||
|
|
||||||
<!doctype html public "-//W3C//DTD HTML 4.01 Transitional//EN">
|
|
||||||
<html><head><title>$flat</title></head>
|
|
||||||
<body background="$flat">
|
|
||||||
<table bgcolor="#000000"><tr><td><a href="$backme"><font color="#ffffff">Back</font></a></td></tr></table>
|
|
||||||
</body></html>
|
|
||||||
EOF
|
|
Loading…
Add table
Add a link
Reference in a new issue