diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-12 20:14:40 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-08-12 20:14:40 +0000 |
| commit | da014e7e1ae7559a89e4218fed6a59cd18b7c7e7 (patch) | |
| tree | 43b1fff5ebf4dec9dbe1905d89adf63337273171 /update | |
| parent | da08345bad408a61ada661aff58150cb4517df60 (diff) | |
| download | instadisc-da014e7e1ae7559a89e4218fed6a59cd18b7c7e7.tar.gz instadisc-da014e7e1ae7559a89e4218fed6a59cd18b7c7e7.tar.bz2 instadisc-da014e7e1ae7559a89e4218fed6a59cd18b7c7e7.zip | |
Update: Added #10 support to Subscription File
Refs #10
Diffstat (limited to 'update')
| -rw-r--r-- | update/library/trunk/subscription.php | 8 |
1 files changed, 8 insertions, 0 deletions
| diff --git a/update/library/trunk/subscription.php b/update/library/trunk/subscription.php index 863c30c..6fe0197 100644 --- a/update/library/trunk/subscription.php +++ b/update/library/trunk/subscription.php | |||
| @@ -15,4 +15,12 @@ if ($idusActivationKey[$id] != '') | |||
| 15 | echo('Key: ' . $idusActivationKey[$id] . "\n"); | 15 | echo('Key: ' . $idusActivationKey[$id] . "\n"); |
| 16 | } | 16 | } |
| 17 | 17 | ||
| 18 | if ($idusEncryptionKey[$id] != '') | ||
| 19 | { | ||
| 20 | $verID = rand(1,65536); | ||
| 21 | |||
| 22 | echo('Verification: ' . md5($idusSubscriptionTitle[$id] . ':' . md5($idusEncryptionKey[$id]) . ':' . $verID) . "\n"); | ||
| 23 | echo('Verification-ID: ' . $verID . "\n"); | ||
| 24 | } | ||
| 25 | |||
| 18 | ?> | 26 | ?> |
