Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
dom_defdel.php
Go to the documentation of this file.
1 <?php
2 require_once("../class/config.php");
3 include_once("head.php");
4 
5 $fields = array (
6  "id" => array ("request", "integer", ""),
7  );
9 
10 //checker admin rights
11 
12 $dom->del_default_type($id);
13 include_once("adm_doms_def_type.php");
14 
15 
16 include_once("foot.php");