mirror of
https://github.com/vincentmli/bpfire.git
synced 2026-04-11 03:25:54 +02:00
Hinzugefügt: * L7-Protokolle Geändert: * XAMPP 1.5.1 --> 1.5.3 * Sämtliche "IPCops" durch "IPFire" im Webinterface ersetzt * Einige Fixes, wegen Errors im Webinterface. (Im Forum zu finden.) git-svn-id: http://svn.ipfire.org/svn/ipfire/trunk@148 ea5c0bd1-69bd-2848-81d8-4f18e57aeed8
5 lines
88 B
Perl
5 lines
88 B
Perl
#!/usr/bin/perl
|
|
|
|
print "Status: 302 Moved\n";
|
|
print "Location: /cgi-bin/index.cgi\n\n";
|