akcii.php 382 Bytes
<?php
if(isset($_POST['product_id']) && count($_POST['product_id'])){
 $hits = (isset($_POST['hit_id']) && count($_POST['hit_id'])) ? $_POST['hit_id'] : false;
 $objCatalogs->productsIsHits2($_POST,$hits);
 header("location:" . URL . "admin.php?action={$rule['action']}&modAction=products&modAction=akcii");
}

$objCatalogs->viewProductsHitsAll2();
$objCatalogs->displayAkcii();
?>