]> git.quilime.com - plog_bk.git/commitdiff
dumb
authorGabriel Dunne <gdunne@quilime.com>
Wed, 7 Jul 2010 08:44:01 +0000 (01:44 -0700)
committerGabriel Dunne <gdunne@quilime.com>
Wed, 7 Jul 2010 08:44:01 +0000 (01:44 -0700)
templates/agg.html.tpl

index 90f7462b354038c093b810e47a8f7094187b6e3e..0ad0af7fc6edc7007d13d6dfa5e6f9b44895eff0 100644 (file)
@@ -76,7 +76,7 @@
        <td valign="top" class="column">
                
 <?
-       $url = 'https://quilime:redsink67@api.del.icio.us/v1/posts/recent';
+       $url = 'https://<delicious username>:<delicious pass>@api.del.icio.us/v1/posts/recent';
        $ch = curl_init();
        curl_setopt($ch, CURLOPT_URL, $url);
        curl_setopt($ch, CURLOPT_POST, 1);