Alternc  3.2
Alternc logiel libre pour l'hébergement
 All Data Structures Namespaces Files Functions Variables Pages
dom_edit.php File Reference

Go to the source code of this file.

Functions

 update_dns_content ()
 force_update_dns_content ()

Variables

 $fields
 $dt = $dom->domains_type_lst()
 $problems = $dom->get_problems($domain)
 $isedit = false
if(!$r['noerase'])< scripttype="text/javascript"> function ()
 get_dns_content = 1

Function Documentation

force_update_dns_content ( )

Definition at line 336 of file dom_edit.php.

References get_dns_content, and update_dns_content().

{
$("#divdumpdns").html('In progress...');
}
update_dns_content ( )

Definition at line 324 of file dom_edit.php.

References get_dns_content.

Referenced by force_update_dns_content().

{
if ( get_dns_content == 1 ) {
$.ajax({
url: "dom_dnsdump.php?domain=<?php echo urlencode($domain)?>",
}).done(function( html ) {
$("#divdumpdns").html(html);
});
}
}

Variable Documentation

$dt = $dom->domains_type_lst()

Definition at line 134 of file dom_edit.php.

Referenced by sub_domains_edit().

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

Definition at line 33 of file dom_edit.php.

$isedit = false

Definition at line 234 of file dom_edit.php.

Referenced by sub_domains_edit().

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

Definition at line 136 of file dom_edit.php.

if (!$r['noerase'])<scripttype="text/javascript"> function()

Definition at line 319 of file dom_edit.php.

get_dns_content = 1

Definition at line 323 of file dom_edit.php.

Referenced by force_update_dns_content(), and update_dns_content().