Services_Delicious
[ class tree: Services_Delicious ] [ index: Services_Delicious ] [ all elements ]

Source for file config.php

Documentation is available at config.php

  1. <?PHP
  2. $username '';
  3. $password '';
  4.  
  5. if (empty($username)) {
  6.     echo 'In order to run these examples, you must edit the config.php file and add your username and password.<br />';
  7.     echo 'If you do not have a del.icio.us account yet, sign up at <a href="http://del.icio.us">http://del.icio.us</a>.';
  8.     exit();
  9. }
  10. ?>

Documentation generated on Mon, 11 Mar 2019 15:39:47 -0400 by phpDocumentor 1.4.4. PEAR Logo Copyright © PHP Group 2004.