diff options
| author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 23:54:30 +0000 |
|---|---|---|
| committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 23:54:30 +0000 |
| commit | a61e9af225a183a2a893ab6f019f30b8b40f386b (patch) | |
| tree | d4145668d4704f10278e6fdc0b60843abe9c19a7 /series/core/trunk | |
| parent | d99966a862af025501a91410bb2e53be013f61a5 (diff) | |
| download | instadisc-a61e9af225a183a2a893ab6f019f30b8b40f386b.tar.gz instadisc-a61e9af225a183a2a893ab6f019f30b8b40f386b.tar.bz2 instadisc-a61e9af225a183a2a893ab6f019f30b8b40f386b.zip | |
Series: Updated Subscription File generator
Refs #28
Diffstat (limited to 'series/core/trunk')
| -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 | ?> |
