diff options
-rw-r--r-- | www/wot.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www/wot.php b/www/wot.php index 0422005..1f19d37 100644 --- a/www/wot.php +++ b/www/wot.php @@ -80,6 +80,9 @@ function show_page($target,$message,$error) case '15': case 'MyPointsNew': includeit(15, "wot"); break; + case '16': + case 'TTPForm': includeit(16, "wot"); + break; } showfooter(); |