diff options
author | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-10 07:57:49 +0000 |
---|---|---|
committer | Karl 'vollmerk' Vollmer <vollmer@ampache.org> | 2008-01-10 07:57:49 +0000 |
commit | e0c75b5684693605d38c437b0d3857a87127ff04 (patch) | |
tree | 573b48200b41f127865ee530f001eb23864a91cb /templates/show_user_registration.inc.php | |
parent | 58b41d1a982b8ccfe9c6df923695c9a7484b9fb6 (diff) | |
download | ampache-e0c75b5684693605d38c437b0d3857a87127ff04.tar.gz ampache-e0c75b5684693605d38c437b0d3857a87127ff04.tar.bz2 ampache-e0c75b5684693605d38c437b0d3857a87127ff04.zip |
fixed confirmation page for registration and made it account for greylisting
Diffstat (limited to 'templates/show_user_registration.inc.php')
-rw-r--r-- | templates/show_user_registration.inc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/show_user_registration.inc.php b/templates/show_user_registration.inc.php index fbddd210..43cdbbea 100644 --- a/templates/show_user_registration.inc.php +++ b/templates/show_user_registration.inc.php @@ -32,7 +32,7 @@ $web_path = Config::get('web_path'); <link rel="stylesheet" href="<?php echo Config::get('web_path'); ?>/templates/install.css" type="text/css" media="screen" /> <link rel="shortcut icon" href="<?php echo Config::get('web_path'); ?>/favicon.ico" /> <div id="header"> -<h1><?php echo Config::get('site_title'); ?></h1> +<h1><?php echo scrub_out(Config::get('site_title')); ?></h1> <?php echo _('Registration'); ?>... </div> </head> |