[ Index ] |
|
Code source de SPIP 1.9.2c |
1 <?php 2 3 /***************************************************************************\ 4 * SPIP, Systeme de publication pour l'internet * 5 * * 6 * Copyright (c) 2001-2007 * 7 * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * 8 * * 9 * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * 10 * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * 11 \***************************************************************************/ 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; 14 include_spip('inc/headers'); 15 16 // http://doc.spip.org/@inc_install_ldap5 17 function install_etape_ldap5_dist() 18 { 19 global $spip_lang_right, $statut_ldap; 20 21 echo install_debut_html('AUTO', ' onLoad="document.getElementById(\'suivant\').focus();return false;"'); 22 23 // simuler ecrire_meta/s pour pouvoir sauver le statut 24 // car _FILE_CONNECT est defa a False a ce moment. 25 26 if (@file_exists(_FILE_CONNECT_INS . _FILE_TMP . '.php')) 27 include(_FILE_CONNECT_INS . _FILE_TMP . '.php'); 28 else 29 redirige_par_entete(generer_url_ecrire('install')); 30 31 spip_query("REPLACE spip_meta (nom, valeur) VALUES ('ldap_statut_import', " . _q($statut_ldap) . " )"); 32 @unlink(_FILE_META); 33 34 echo info_etape(_T('info_ldap_ok'), _T('info_terminer_installation')); 35 36 echo generer_url_post_ecrire('install'); 37 echo "<input type='hidden' name='etape' value='5' />"; 38 39 echo bouton_suivant(); 40 echo "</form>"; 41 42 echo install_fin_html(); 43 } 44 45 ?>
titre
Description
Corps
titre
Description
Corps
titre
Description
Corps
titre
Corps
Généré le : Wed Nov 21 10:20:27 2007 | par Balluche grâce à PHPXref 0.7 |
![]() |