added on local at 2026-07-01 15:03:02
| 1 | #!/usr/bin/perl | |
| 2 | # store.cgi -- legacy alias from WebSTLs fork. ContactForge has no | |
| 3 | # storefront concept; route to /dashboard.cgi. | |
| 4 | use strict; use warnings; | |
| 5 | print "Status: 302 Found\nLocation: /dashboard.cgi\n\n"; |