about summary refs log tree commit diff stats
path: root/series/core
diff options
context:
space:
mode:
Diffstat (limited to 'series/core')
-rw-r--r--series/core/trunk/subscription.php1
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
30echo('Series-Control-URL: http://' . $_SERVER['SERVER_NAME'] . str_replace(basename($_SERVER['PHP_SELF']), 'xmlrpc.php', $_SERVER['PHP_SELF']) . "\n"); 30echo('Series-Control-URL: http://' . $_SERVER['SERVER_NAME'] . str_replace(basename($_SERVER['PHP_SELF']), 'xmlrpc.php', $_SERVER['PHP_SELF']) . "\n");
31echo('Subscription-ID: ' . $_GET['id'] . "\n");
31 32
32?> 33?>