diff options
Diffstat (limited to 'update/library/trunk/instadisc.php')
-rw-r--r-- | update/library/trunk/instadisc.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/update/library/trunk/instadisc.php b/update/library/trunk/instadisc.php index f256fb2..e5168b1 100644 --- a/update/library/trunk/instadisc.php +++ b/update/library/trunk/instadisc.php | |||
@@ -8,6 +8,8 @@ $idusUsername = ''; // Set this to the username you've registered | |||
8 | $idusPassword = ''; // Set this to the password you've registered | 8 | $idusPassword = ''; // Set this to the password you've registered |
9 | $idusCentralServer = ''; // Set this to the Central Server you've signed up with | 9 | $idusCentralServer = ''; // Set this to the Central Server you've signed up with |
10 | $idusSubscriptionURI = ''; // Set this to your unique URI | 10 | $idusSubscriptionURI = ''; // Set this to your unique URI |
11 | $idusSubscriptionTitle = ''; // Set this to your Subscription's title | ||
12 | $idusSubscriptionCategory = ''; // Set this to the category your subscription uses | ||
11 | $idusEncryptionPassword = ''; // If creating a password-protected subscription, enter your password here | 13 | $idusEncryptionPassword = ''; // If creating a password-protected subscription, enter your password here |
12 | 14 | ||
13 | function instaDisc_sendItem($title, $author, $url, $semantics) | 15 | function instaDisc_sendItem($title, $author, $url, $semantics) |