Gazelle/sections/userhistory/comments_subscribe.php

9 lines
262 B
PHP
Raw Normal View History

2013-08-28 23:08:41 +00:00
<?
// perform the back end of subscribing to topics
authorize();
if (!in_array($_GET['page'], array('artist', 'collages', 'requests', 'torrents')) || !is_number($_GET['pageid'])) {
error(0);
}
Subscriptions::subscribe_comments($_GET['page'], $_GET['pageid']);