about summary refs log tree commit diff stats
path: root/series/core/trunk
diff options
context:
space:
mode:
authorKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 00:04:17 +0000
committerKelly Rauchenberger <fefferburbia@gmail.com>2008-09-07 00:04:17 +0000
commitf6f295ff5e62bb5b8ae5f32ebca3a9145394f782 (patch)
tree2df5c75b1d18d4f3eddf7f299003d595d0c7b9c6 /series/core/trunk
parenta61e9af225a183a2a893ab6f019f30b8b40f386b (diff)
downloadinstadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.tar.gz
instadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.tar.bz2
instadisc-f6f295ff5e62bb5b8ae5f32ebca3a9145394f782.zip
Series: Updated Subscription File generator again
Refs #28
Diffstat (limited to 'series/core/trunk')
-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?>