Вход Регистрация
Файл: modules/blog/delete_comment.php
Строк: 34
<?php
/**
 * Licensed under The MIT License
 * For full copyright and license information, please see the LICENSE.txt
 * Redistributions of files must retain the above copyright notice.
 *
 * @copyright     Copyright (c) 2013, Taras Chornyi, Sergiy Mazurenko, Ivan Kotliar
 * @link          http://perf-engine.net
 * @package       PerfEngine
 * @license       http://www.opensource.org/licenses/mit-license.php MIT License
 */
$locate 'in_blogs';
if(
$user['level'] < && $db->query("SELECT user_id FROM `blogs_comms` WHERE `id` = '"num($_GET['post_id']) ."'")->fetchColumn() != User::Id())
{
    
go('/'); 
}

if(!empty(
$_GET['id']))
{
    
$comments = new Comments('blog'abs(intval($_GET['id'])), '''blog''blogs');
    
$comments->delete(abs(intval($_GET['post_id'])));
}
else
{
    
go('/');
}
?>
Онлайн: 1
Реклама