From: Emil Williams Date: Thu, 8 May 2025 04:17:17 +0000 (-0600) Subject: -- X-Git-Url: https://git.xolatile.top/?a=commitdiff_plain;h=48ec95a1e279b7dc5ade95ac5e2ca57300872bfb;p=emil-3chen.org.git -- --- 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' ], );