mcramer
2012-09-11 4e18bd4210f5c79d341436b1ed026300d59ba208
interface/web/client/domain_new_client.php
@@ -39,7 +39,7 @@
$app->uses('ini_parser,getconf');
$settings = $app->getconf->get_global_config('domains');
if ($settings['use_domain_module'] == 'y') {
   echo $settings[new_domain_html];
   echo $settings['new_domain_html'];
}
?>