diff options
Diffstat (limited to 'www')
-rw-r--r-- | www/wot.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/www/wot.php b/www/wot.php index 7210661..53bf87d 100644 --- a/www/wot.php +++ b/www/wot.php @@ -81,7 +81,7 @@ function show_page($target,$message,$error) case 'MyPointsNew': includeit(15, "wot"); break; case '17': - case 'AssurerCheck': includeit(16, "wot"); + case 'AssurerCheck': includeit(17, "wot"); break; } |