diff options
-rw-r--r-- | series/core/trunk/subscription.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/series/core/trunk/subscription.php b/series/core/trunk/subscription.php index 172de32..08f16d6 100644 --- a/series/core/trunk/subscription.php +++ b/series/core/trunk/subscription.php | |||
@@ -27,4 +27,6 @@ if ($sub['password'] != '') | |||
27 | echo("Password: On\n"); | 27 | echo("Password: On\n"); |
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"); | ||
31 | |||
30 | ?> | 32 | ?> |