--- create-domain.php.original 2009-03-14 19:12:56.000000000 -0600 +++ create-domain.php 2009-03-14 21:12:56.000000000 -0600 @@ -116,6 +116,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"); } } } --- delete.php.original 2009-03-14 20:39:24.000000000 -0600 +++ delete.php 2009-03-14 21:05:41.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")