Diff -- /var/www/vhosts/3dshawn.com/crm.3dshawn.com/store.cgi
Diff

/var/www/vhosts/3dshawn.com/crm.3dshawn.com/store.cgi

added on local at 2026-07-01 15:03:02

Added
+5
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 5633d3b61312
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# store.cgi -- legacy alias from WebSTLs fork. ContactForge has no
3# storefront concept; route to /dashboard.cgi.
4use strict; use warnings;
5print "Status: 302 Found\nLocation: /dashboard.cgi\n\n";
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help