Current File : /home/users/barii/public_html/finansenl.com.pl/system.fotomagnesy.pl/removeelement.php
<?php
include('config.php');

$panel = new Panel();
$panel->removeElement($_POST['id']);

?>