<?php$locate = 'in_share';if($user['level'] < 5) { go('/'); }if(!empty($_GET['share_id'])) {$comments = new Comments('share', $_GET['share_id']);$comments->delete($_GET['post_id']);} else { go('/'); }?>