ACC SHELL

Path : /srv/www/vhosts/marevva/nadaciakrizovatka/admin/
File Upload :
Current File : /srv/www/vhosts/marevva/nadaciakrizovatka/admin/admin-product-variation-delete.php

<?php

	header("Content-type: text/plain; charset=UTF-8");
	header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
	header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");
	header("Cache-Control: no-store, no-cache, must-revalidate");
	header("Cache-Control: post-check=0, pre-check=0", false);
	header("Pragma: no-cache");
	
	include( '../init-db-info.php' );
	include( '../init-db.php' );
	
	if ( isset( $_POST['productVariationID'] ) )
	{
		$db->deleteItem( 'productVariation', $_POST['productVariationID'] );
	}

?>

ACC SHELL 2018