ftimme
2013-01-16 08cc7f673c377bf88897743e340097e93f1e95f4
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'];
}
?>