summaryrefslogtreecommitdiff
path: root/fs_signup/FS-SignupClient/cgi/regcode.html
diff options
context:
space:
mode:
authorivan <ivan>2005-03-12 14:35:12 +0000
committerivan <ivan>2005-03-12 14:35:12 +0000
commita6cbda0b7e6779b89abc1d466af9c3a880d8e030 (patch)
tree41b1921b84791ff3abb2850f6745bf4ab008635d /fs_signup/FS-SignupClient/cgi/regcode.html
parentb5fbaadb1cb2893660e460a1d4a3cabe02774de7 (diff)
- bring prepaid support into this century (close: Bug#1124)
- finally get rid of fs_signup (everything is in fs_selfservice now) (Bug#413) - organize main menu sysadmin section so it is slightly less confusing
Diffstat (limited to 'fs_signup/FS-SignupClient/cgi/regcode.html')
-rw-r--r--fs_signup/FS-SignupClient/cgi/regcode.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/fs_signup/FS-SignupClient/cgi/regcode.html b/fs_signup/FS-SignupClient/cgi/regcode.html
deleted file mode 100644
index e639b9b53..000000000
--- a/fs_signup/FS-SignupClient/cgi/regcode.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<HTML><HEAD><TITLE>ISP Signup</TITLE></HEAD>
-<BODY BGCOLOR="#e8e8e8"><FONT SIZE=7>ISP Signup - registration code</FONT><BR><BR>
-<SCRIPT>
-function gotoURL(object) {
- window.location.href = 'signup.cgi?reg_code=' + object.reg_code.value;
-}
-</SCRIPT>
-<FORM>
-Enter registration code <INPUT TYPE="text" NAME="reg_code">
-<INPUT type="submit" VALUE="Signup" onClick="gotoURL(this.form)">
-
-</FORM>
-</BODY>
-</HTML>