diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 10:57:22 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-07 10:57:22 +0000 |
commit | a7cc25efb0b2f4347c483a7b795eae9116fcba41 (patch) | |
tree | c285c59a5aded7373f7e628472bc0a0c2f601258 /update/library/trunk/subscription.php | |
parent | d82939d4ed657f55942bbf95b3f6b5cba1d1fb56 (diff) | |
download | instadisc-a7cc25efb0b2f4347c483a7b795eae9116fcba41.tar.gz instadisc-a7cc25efb0b2f4347c483a7b795eae9116fcba41.tar.bz2 instadisc-a7cc25efb0b2f4347c483a7b795eae9116fcba41.zip |
Update: Undid the password-protection support
From now on, password-protection is Milestone 1.1. When that time comes, you can look back on [105] and [106] for password-protection. Refs #10
Diffstat (limited to 'update/library/trunk/subscription.php')
-rw-r--r-- | update/library/trunk/subscription.php | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/update/library/trunk/subscription.php b/update/library/trunk/subscription.php index 113d3cc..7e05f5b 100644 --- a/update/library/trunk/subscription.php +++ b/update/library/trunk/subscription.php | |||
@@ -13,12 +13,4 @@ if ($idusActivationKey != '') | |||
13 | echo('Key: ' . $idusActivationKey . "\n"); | 13 | echo('Key: ' . $idusActivationKey . "\n"); |
14 | } | 14 | } |
15 | 15 | ||
16 | if ($idusEncryptionPassword != '') | ||
17 | { | ||
18 | $verID = rand(1,65536); | ||
19 | |||
20 | echo('Verification: ' . md5(':' . md5($idusEncryptionPassword) . ':' . $verID) . "\n"); | ||
21 | echo('Verification-ID: ' . $verID . "\n"); | ||
22 | } | ||
23 | |||
24 | ?> | 16 | ?> |