diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 00:04:17 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-07 00:04:17 +0000 |
commit | f6f295ff5e62bb5b8ae5f32ebca3a9145394f782 (patch) | |
tree | 2df5c75b1d18d4f3eddf7f299003d595d0c7b9c6 /series/core/trunk/subscription.php | |
parent | a61e9af225a183a2a893ab6f019f30b8b40f386b (diff) | |
download | instadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.tar.gz instadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.tar.bz2 instadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.zip |
Series: Updated Subscription File generator again
Refs #28
Diffstat (limited to 'series/core/trunk/subscription.php')
-rw-r--r-- | series/core/trunk/subscription.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/series/core/trunk/subscription.php b/series/core/trunk/subscription.php index 08f16d6..81c3870 100644 --- a/series/core/trunk/subscription.php +++ b/series/core/trunk/subscription.php | |||
@@ -28,5 +28,6 @@ if ($sub['password'] != '') | |||
28 | } | 28 | } |
29 | 29 | ||
30 | echo('Series-Control-URL: http://' . $_SERVER['SERVER_NAME'] . str_replace(basename($_SERVER['PHP_SELF']), 'xmlrpc.php', $_SERVER['PHP_SELF']) . "\n"); | 30 | echo('Series-Control-URL: http://' . $_SERVER['SERVER_NAME'] . str_replace(basename($_SERVER['PHP_SELF']), 'xmlrpc.php', $_SERVER['PHP_SELF']) . "\n"); |
31 | echo('Subscription-ID: ' . $_GET['id'] . "\n"); | ||
31 | 32 | ||
32 | ?> | 33 | ?> |