Changeset 63448 in spip-zone
- Timestamp:
- Jul 13, 2012, 4:17:00 PM (9 years ago)
- Location:
- _plugins_/authentification/persona/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/authentification/persona/trunk/action/persona_verify.php
r63445 r63448 8 8 */ 9 9 10 define('_ persona_VERIFY', "https://persona.org/verify");10 define('_PERSONA_VERIFY', "https://persona.org/verify"); 11 11 12 12 … … 37 37 else { 38 38 include_spip('inc/distant'); 39 $d = recuperer_page(_ persona_VERIFY, false, false, null,39 $d = recuperer_page(_PERSONA_VERIFY, false, false, null, 40 40 $data = array( 41 41 'assertion' => $assertion, -
_plugins_/authentification/persona/trunk/prive/squelettes/contenu/configurer_persona.html
r63445 r63448 3 3 <h1><:persona:configurer_titre:></h1> 4 4 <div class="ajax"> 5 #FORMULAIRE_CONFIGURER_ persona5 #FORMULAIRE_CONFIGURER_PERSONA 6 6 </div>
Note: See TracChangeset
for help on using the changeset viewer.