mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-12 04:05:53 +02:00
9 lines
158 B
Perl
9 lines
158 B
Perl
#!/usr/bin/perl
|
|
|
|
#
|
|
# $Id: index.cgi,v 1.4 2003/12/11 11:06:41 riddles Exp $
|
|
#
|
|
|
|
print "Status: 302 Moved\n";
|
|
print "Location: /cgi-bin/index.cgi\n\n";
|