16 lines
269 B
PHP
16 lines
269 B
PHP
|
<?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");
|
||
|
|
||
|
|