2012-08-31 10:05:39 +00:00
|
|
|
<?php
|
|
|
|
require_once("../class/config.php");
|
|
|
|
include_once("head.php");
|
|
|
|
|
|
|
|
$fields = array (
|
|
|
|
"id" => array ("request", "integer", ""),
|
|
|
|
);
|
|
|
|
getFields($fields);
|
|
|
|
|
|
|
|
//checker admin rights
|
|
|
|
|
|
|
|
$dom->del_default_type($id);
|
|
|
|
include_once("adm_doms_def_type.php");
|
|
|
|
|
|
|
|
|
2013-06-13 11:46:33 +00:00
|
|
|
include_once("foot.php");
|