Last change
on this file since 56845 was
56845,
checked in by marcimat@…, 9 years ago
|
On utilise {ajaxload} et le plugin inclure-ajaxload pour charger en ajax si l'on veut.
L'utilisation d'APL de ZPIP ne correspondait en fait pas à ce qu'il fallait.
|
File size:
319 bytes
|
Line | |
---|
1 | <?php |
---|
2 | if (!defined("_ECRIRE_INC_VERSION")) return; |
---|
3 | |
---|
4 | // indiquer qu'on peut s'authentifier via une auth PMB |
---|
5 | $GLOBALS['liste_des_authentifications']['pmb'] = 'pmb'; |
---|
6 | |
---|
7 | $GLOBALS['pmb_statut_nouvel_auteur'] = '6forum'; |
---|
8 | |
---|
9 | // ne pas faire planter #URL_x dans une boucle (pmb:n) |
---|
10 | $GLOBALS['exception_des_connect'][] = 'pmb'; |
---|
11 | |
---|
12 | |
---|
13 | ?> |
---|
Note: See
TracBrowser
for help on using the repository browser.