From c82d349f864e6bd9f96fd1156903bc1f7193a203 Mon Sep 17 00:00:00 2001 From: cvs2git Date: Mon, 27 Dec 2010 00:04:45 +0000 Subject: This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'. --- fs_selfservice/FS-SelfService/cgi/success.html | 40 -------------------------- 1 file changed, 40 deletions(-) delete mode 100644 fs_selfservice/FS-SelfService/cgi/success.html (limited to 'fs_selfservice/FS-SelfService/cgi/success.html') diff --git a/fs_selfservice/FS-SelfService/cgi/success.html b/fs_selfservice/FS-SelfService/cgi/success.html deleted file mode 100644 index ccbcc62b9..000000000 --- a/fs_selfservice/FS-SelfService/cgi/success.html +++ /dev/null @@ -1,40 +0,0 @@ - - - Signup successful - <%= $head %> - - - <%= $body_header %> - -Signup successful

- -Thanks for signing up! Save this information for future reference. -

- -Signup information for <%= $email_name %>: -

- -<%= - if ($signup_service eq 'svc_acct' || !$signup_service ) { #just in case - $OUT .= < - Password: $password
- Access number: ($ac) / $exch - $local
-END - } elsif ( $signup_service eq 'svc_phone' ) { - $OUT .= <--> - Phone number: $phonenum
- SIP Server: itsp.sip.server.name
- SIP Login: $phonenum
- SIP Password: $sip_password
- Voicemail PIN: $pin
-END - } else { - die "unknown signup service $signup_service"; - } -%> - - Package: <%= $pkg %>
- -<%= $body_footer %> -- cgit v1.2.1