View file foto/func/comments.delete.php

File size: 89B
<?php 

only_reg();
$ph->delete_comments($_GET['uid']);
header('Location: ?');
exit;