Diff -- /var/www/vhosts/3dshawn.com/repricer.3dshawn.com/_trace_test.cgi
Diff

/var/www/vhosts/3dshawn.com/repricer.3dshawn.com/_trace_test.cgi

added on local at 2026-07-01 21:47:42

Added
+6
lines
Removed
-0
lines
Context
0
unchanged
Blobs
from
to 2fc3ca842ad8
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
2use strict;
3use warnings;
4warn "[TRACE TEST] CGI executed at " . scalar(localtime) . "\n";
5print "Content-Type: text/plain\n\n";
6print "trace test ran at " . scalar(localtime) . "\n";
Keyboard: j next diff k previous diff g top G bottom r restore c compile-check ? help