Вход Регистрация
Файл: vk.com_vhllam/guard/antivirus/exceptions.php
Строк: 19
<?php
require '../inc/sys.php';
require 
'../inc/antivirus.php';

if (!empty (
$_GET['add_exception']))
{
$antivirusExceptions->addException ($_GET['add_exception']);
header ("Location: /guard/antivirus/");
exit ();
}

if (!empty (
$_GET['delete_exception']))
{
$antivirusExceptions->deleteException ($_GET['delete_exception']);
}

$antivirusExceptions->showExceptions ();
Онлайн: 0
Реклама