From 867c86d702ad784b7cc660bf20c0fae1f29061c9 Mon Sep 17 00:00:00 2001 From: slawkens1 Date: Tue, 14 Nov 2017 20:01:14 +0100 Subject: [PATCH] github is weird --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index 284342a7..e1c3044f 100644 --- a/index.php +++ b/index.php @@ -89,6 +89,7 @@ else { '/^account\/character\/name\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'change_name'), '/^account\/character\/sex\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'change_sex'), '/^account\/character\/delete\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'delete_character'), + '/^account\/character\/comment\/[A-Za-z0-9-_%+\']+\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'change_comment', 'name' => '$3'), '/^account\/character\/comment\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'change_comment'), '/^account\/confirm_email\/[A-Za-z0-9-_]+\/?$/' => array('subtopic' => 'accountmanagement', 'action' => 'confirm_email', 'v' => '$2'), '/^characters\/[A-Za-z0-9-_%+\']+$/' => array('subtopic' => 'characters', 'name' => '$1'),