Diff -- /var/www/vhosts/webstls.com/httpdocs/admin_visitors.cgi
Diff

/var/www/vhosts/webstls.com/httpdocs/admin_visitors.cgi

added on WebSTLs (webstls.com) at 2026-07-01 22:26:20

Added
+8
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 6caf8ddcc213
Restore this content →
Unified diff
Naive LCS-based line diff. Additions in emerald, deletions in rose. Both sides decompressed live from BLOB_STORE.
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.
5print "Status: 301 Moved Permanently\n";
6print "Location: /admin_traffic.cgi\n";
7print "Content-Type: text/html\n\n";
8print qq~<!doctype html><meta http-equiv="refresh" content="0;url=/admin_traffic.cgi"><a href="/admin_traffic.cgi">Moved to /admin_traffic.cgi</a>~;
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help