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