ftimme
2012-11-14 aa78fde6a92f66b84d626e114d8b54a5fb6ece0c
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'];
}
?>