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