diff options
author | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 23:01:52 +0000 |
---|---|---|
committer | Kelly Rauchenberger <fefferburbia@gmail.com> | 2008-09-06 23:01:52 +0000 |
commit | 621f64b1f50ce97c59c08b61885cd7ed3b354583 (patch) | |
tree | 7bbd011424262a8e03846086ec37b9c6157f21a8 | |
parent | 744d3ca8b5d6c9a6fd3bb68f76ccded961cef8a7 (diff) | |
download | instadisc-621f64b1f50ce97c59c08b61885cd7ed3b354583.tar.gz instadisc-621f64b1f50ce97c59c08b61885cd7ed3b354583.tar.bz2 instadisc-621f64b1f50ce97c59c08b61885cd7ed3b354583.zip |
Central: Removed UN and PW values
Refs #52
-rw-r--r-- | central/trunk/xmlrpc.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/central/trunk/xmlrpc.php b/central/trunk/xmlrpc.php index 419cea4..ab64d53 100644 --- a/central/trunk/xmlrpc.php +++ b/central/trunk/xmlrpc.php | |||
@@ -75,7 +75,7 @@ function requestRetained($username, $verification, $verificationID) | |||
75 | return new xmlrpcresp(new xmlrpcval(1, "int")); | 75 | return new xmlrpcresp(new xmlrpcval(1, "int")); |
76 | } | 76 | } |
77 | 77 | ||
78 | function sendFromUpdate($username, $verification, $verificationID, $subscriptionSeriesURL, $subscriptionID, $title, $author, $url, $semantics, $encryptionID) | 78 | function sendFromUpdate($subscriptionSeriesURL, $subscriptionID, $title, $author, $url, $semantics, $encryptionID) |
79 | { | 79 | { |
80 | $subscriptionURL = instaDisc_resolveSubscription($subscriptionSeriesURL, $subscriptionID); | 80 | $subscriptionURL = instaDisc_resolveSubscription($subscriptionSeriesURL, $subscriptionID); |
81 | if ($subscriptionURL != 'false') | 81 | if ($subscriptionURL != 'false') |