diff options
-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 | ?> |