added on local at 2026-07-01 22:09:21
| 1 | #!/usr/bin/perl | |
| 2 | # Retired stub: historical visitor reporting now lives at /admin_traffic.cgi | |
| 3 | # (Meta-Admin-shaped). This file is a permanent redirect so old bookmarks | |
| 4 | # and any lingering template links still work. | |
| 5 | print "Status: 301 Moved Permanently\n"; | |
| 6 | print "Location: /admin_traffic.cgi\n"; | |
| 7 | print "Content-Type: text/html\n\n"; | |
| 8 | print qq~<!doctype html><meta http-equiv="refresh" content="0;url=/admin_traffic.cgi"><a href="/admin_traffic.cgi">Moved to /admin_traffic.cgi</a>~; |