From e0c75b5684693605d38c437b0d3857a87127ff04 Mon Sep 17 00:00:00 2001 From: Karl 'vollmerk' Vollmer Date: Thu, 10 Jan 2008 07:57:49 +0000 Subject: fixed confirmation page for registration and made it account for greylisting --- templates/show_registration_confirmation.inc.php | 53 ++++++++++++++++++++++++ templates/show_user_registration.inc.php | 2 +- 2 files changed, 54 insertions(+), 1 deletion(-) create mode 100644 templates/show_registration_confirmation.inc.php diff --git a/templates/show_registration_confirmation.inc.php b/templates/show_registration_confirmation.inc.php new file mode 100644 index 00000000..19d4e308 --- /dev/null +++ b/templates/show_registration_confirmation.inc.php @@ -0,0 +1,53 @@ + + + + + +<?php echo Config::get('site_title'); ?> - <?php echo _('Registration'); ?> + + + + + + + + + + +
+ +

+ +
+
+

Ampache
+Pour l'Amour de la Musique.

+
+ + 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'); -- cgit