diff options
author | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
---|---|---|
committer | cvs2git <cvs2git> | 2010-12-27 00:04:45 +0000 |
commit | c82d349f864e6bd9f96fd1156903bc1f7193a203 (patch) | |
tree | e117a87533656110b6acd56fc0ca64289892a9f5 /fs_selfservice/FS-SelfService/cgi/success.html | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
This commit was manufactured by cvs2svn to create tag 'TORRUS_1_0_9'.TORRUS_1_0_9
Diffstat (limited to 'fs_selfservice/FS-SelfService/cgi/success.html')
-rw-r--r-- | fs_selfservice/FS-SelfService/cgi/success.html | 40 |
1 files changed, 0 insertions, 40 deletions
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 @@ -<HTML> - <HEAD> - <TITLE>Signup successful</TITLE> - <%= $head %> - </HEAD> - <BODY BGCOLOR="<%= $body_bgcolor || '#eeeeee' %>"> - <%= $body_header %> - -<FONT SIZE=7>Signup successful</FONT><BR><BR> - -Thanks for signing up! Save this information for future reference. -<BR><BR> - -Signup information for <%= $email_name %>: -<BR><BR> - -<%= - if ($signup_service eq 'svc_acct' || !$signup_service ) { #just in case - $OUT .= <<END - Username: $username<BR> - Password: $password<BR> - Access number: ($ac) / $exch - $local <BR> -END - } elsif ( $signup_service eq 'svc_phone' ) { - $OUT .= <<END - <!-- Countrycode: $countrycode <BR>--> - Phone number: $phonenum<BR> - SIP Server: itsp.sip.server.name<BR> - SIP Login: $phonenum<BR> - SIP Password: $sip_password<BR> - Voicemail PIN: $pin<BR> -END - } else { - die "unknown signup service $signup_service"; - } -%> - - Package: <%= $pkg %><BR> - -<%= $body_footer %> |