Support Joomla!

Joomla! 1.5 Documentation

Packages

Package: Unknown

Developer Network License

The Joomla! Developer Network content is © copyright 2006 by the individual contributors and can be used in accordance with the Creative Commons License, Attribution- NonCommercial- ShareAlike 2.5
Source code for file /openid/consumer.php

Documentation is available at consumer.php

  1. <?php
  2. $path_extra dirname(__FILE__);
  3. $path ini_get('include_path');
  4. $path $path_extra;
  5. ini_set('include_path'$path);
  6. /**
  7.  * Require the OpenID consumer code.
  8.  */
  9. require_once "Auth/OpenID/Consumer.php";
  10. /**
  11.  * Require the "file store" module, which we'll need to store OpenID
  12.  * information.
  13.  */
  14. require_once "Auth/OpenID/FileStore.php";
  15. ?>

Documentation generated on Mon, 05 Mar 2007 20:54:59 +0000 by phpDocumentor 1.3.1