| [ Indice ] |
Riferimento incrociato di Joomla! 1.5.14 - VM 1.1.4Servizio fornito da VMItalia |
[Vedi sommario] [Stampa] [Vedi testo]
1 <?php 2 3 // Do not allow direct access 4 defined( '_JEXEC' ) or die( 'Restricted access' ); 5 6 $path_extra = dirname(__FILE__); 7 $path = ini_get('include_path'); 8 $path = $path_extra . DS . $path; 9 ini_set('include_path', $path); 10 11 12 /** 13 * Require the OpenID consumer code. 14 */ 15 require_once "Auth/OpenID/Consumer.php"; 16 17 /** 18 * Require the "file store" module, which we'll need to store 19 * OpenID information. 20 */ 21 require_once "Auth/OpenID/FileStore.php"; 22 23 /** 24 * Require the Simple Registration extension API. 25 */ 26 require_once "Auth/OpenID/SReg.php"; 27 28 /** 29 * Require the PAPE extension module. 30 */ 31 require_once "Auth/OpenID/PAPE.php"; 32
titolo
Descrizione
Corpo
titolo
Descrizione
Corpo
titolo
Descrizione
Corpo
titolo
Corpo
| Generato il: Mon Oct 19 20:29:27 2009 | Generato con PHPXref 0.7 |