--- create-domain.php.original 2011-05-15 10:50:06.000000000 -0600 +++ create-domain.php 2011-05-15 11:23:46.000000000 -0600 @@ -134,6 +134,8 @@ } } $tMessage = $PALANG['pAdminCreate_domain_result_success'] . "
($fDomain)
"; +// Next line added by Gary V - mr88talent at yahoo dot com + system("sudo /usr/sbin/local_domains.sh"); } if (!domain_postcreation($fDomain)) { --- delete.php.original 2011-05-15 10:50:06.000000000 -0600 +++ delete.php 2011-05-15 13:15:26.000000000 -0600 @@ -85,6 +85,8 @@ { $url = "list-domain.php"; header ("Location: $url"); +// Next line added by Gary V - mr88talent at yahoo dot com + system("sudo /usr/sbin/local_domains.sh"); } } # ($fTable == "domain") elseif ($fTable == "alias_domain")