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