From b94e04e8468462c2b9a4b79ddfb402603205cd2c Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 7 May 2025 22:39:11 -0600 Subject: [PATCH] -- --- perl/Triple.pm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/perl/Triple.pm b/perl/Triple.pm index c5e56bf..bb575fe 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -22,8 +22,8 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], - '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], - '/+/' => [ DYNAMIC_PAGE, 'img', '+', 'General Discussion Board' ], + '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], + '/c/' => [ DYNAMIC_PAGE, 'img', 'Chen', 'General Discussion Board' ], '/sys/' => [ DYNAMIC_PAGE, 'img', 'System', 'Site Info' ], ); -- 2.39.5