From a78b6dc7e4001ecda0656beca23ee49da91e8957 Mon Sep 17 00:00:00 2001 From: Emil Williams Date: Wed, 7 May 2025 22:21:18 -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 85de7aa..8532ebe 100644 --- a/perl/Triple.pm +++ b/perl/Triple.pm @@ -22,7 +22,7 @@ use constant { our %page = ( '' => [ STATIC_PAGE, '404', '404 Not Found', '404 Not Found' ], - '/' => [ STATIC_PAGE, 'index', 'Root', 'Forum Index' ], + '/' => [ STATIC_PAGE, 'index', 'Chendex', 'Forum Index' ], '/+/' => [ DYNAMIC_PAGE, 'img', '+', 'General Discussion Board' ], '/sys/' => [ DYNAMIC_PAGE, 'img', 'System', 'Site Info' ], ); -- 2.39.5