Changeset 117937 in spip-zone
- Timestamp:
- Sep 24, 2019, 10:34:52 AM (16 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_outils_/spip_loader/trunk/spip_loader.php
r117928 r117937 95 95 * - 3.0.5 : Création des dossiers plugins/auto et lib 96 96 * - 3.0.6 : Corrections PHP 7.2+ 97 * - 3.0.7 : Correction présentation page accès interdit + afficher un lien vers le formulaire de login dans ce cas 97 98 */ 98 define('_SPIP_LOADER_VERSION', '3.0. 6');99 define('_SPIP_LOADER_VERSION', '3.0.7'); 99 100 100 101 … … 1041 1042 include_spip('inc/minipres'); 1042 1043 http_status('403'); 1043 install_debut_html(); 1044 echo install_debut_html(_T('info_acces_interdit')); 1045 echo "<div style='text-align: center'>\n"; 1044 1046 echo _T('ecrire:avis_non_acces_page'); 1045 install_fin_html(); 1047 echo '<br /><a href="' . parametre_url(generer_url_public('login'), 'url', 'spip_loader.php') . '">' . _T('public:lien_connecter') . '</a>'; 1048 echo "\n</div>"; 1049 echo install_fin_html(); 1046 1050 exit; 1047 1051 }
Note: See TracChangeset
for help on using the changeset viewer.