From 48ec95a1e279b7dc5ade95ac5e2ca57300872bfb Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 7 May 2025 22:17:17 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index 33320b9..c88826d 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -23,7 +23,7 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], '/' => [ STATIC_PAGE, 'index', 'Root', 'Forum Index' ], - '/+/' => [ DYNAMIC_PAGE, 'img', 'General', 'General Discussion Board' ], + '/+/' => [ DYNAMIC_PAGE, 'img', '+', 'General Discussion Board' ], '/sys/' => [ DYNAMIC_PAGE, 'img', 'System', 'Site Info' ], ); -- 2.47.3