diff --git a/bureau/admin/adm_doms.php b/bureau/admin/adm_doms.php index 6907c5f8..a97b5eeb 100644 --- a/bureau/admin/adm_doms.php +++ b/bureau/admin/adm_doms.php @@ -43,16 +43,24 @@ include_once ("head.php"); echo "
$error
"; } -$c=$admin->dom_list(); +// List the domains. If the first parameter is true, also check their DNS & other IPs actual parameters. +// If the second parameter is true, check the domains whatever the dis cache is. +$forcecheck=($_REQUEST["force"]!=""); +$c=$admin->dom_list(true,$forcecheck); ?>- +
+ +
+