Alternc  latest
Alternc logiel libre pour l'hébergement
dom_edit.php File Reference

Go to the source code of this file.

Functions

 update_ssl_content ()
 
 force_update_dns_content ()
 

Variables

 $fields
 Change a DOMAIN settings. More...
 
 $dt =$dom->domains_type_lst()
 
 $problems = $dom->get_problems($domain)
 
 $isedit =false
 

Function Documentation

◆ force_update_dns_content()

force_update_dns_content ( )

Definition at line 413 of file dom_edit.php.

413  {
414  get_dns_content = 1;
415  $("#divdumpdns").html('In progress...');
416  update_dns_content();
417 }

◆ update_ssl_content()

update_ssl_content ( )

Definition at line 405 of file dom_edit.php.

405  {
406  $.ajax({
407  url: "dom_ssl.inc.php?domain=<?php echo urlencode($domain)?>",
408  }).done(function( html ) {
409  $("#sslpref").html(html);
410  });
411 }

Variable Documentation

◆ $dt

$dt =$dom->domains_type_lst()

Definition at line 133 of file dom_edit.php.

◆ $fields

$fields
Initial value:
= array (
"domain" => array ("request", "string", (empty($domain)?"":$domain) ),
"sub" => array ("request", "string", (empty($sub)?"":$sub) ),
)

Change a DOMAIN settings.

Definition at line 29 of file dom_edit.php.

◆ $isedit

$isedit =false

Definition at line 280 of file dom_edit.php.

◆ $problems

$problems = $dom->get_problems($domain)

Definition at line 135 of file dom_edit.php.