Changeset 109707 in spip-zone
- Timestamp:
- Mar 27, 2018, 4:00:23 PM (3 years ago)
- Location:
- _plugins_/intranet/trunk
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
_plugins_/intranet/trunk/intranet_options.php
r105838 r109707 99 99 and !autoriser('intranet') 100 100 and include_spip('inc/config') 101 and ($pages_ok = array_filter(pipeline('intranet_pages_ok', array_merge(array('robots.txt','spip_pass','favicon.ico','informer_auteur'), explode(',', lire_config('intranet/pages_intranet', ' '))))))101 and ($pages_ok = array_filter(pipeline('intranet_pages_ok', array_merge(array('robots.txt','spip_pass','favicon.ico','informer_auteur'), array_map('trim', explode(',', lire_config('intranet/pages_intranet', ' '))))))) 102 102 and ( 103 103 !in_array($flux['args']['fond'], $pages_ok) -
_plugins_/intranet/trunk/paquet.xml
r105838 r109707 2 2 prefix="intranet" 3 3 categorie="maintenance" 4 version="0.7. 2"4 version="0.7.3" 5 5 schema="0.1.0" 6 6 etat="stable"
Note: See TracChangeset
for help on using the changeset viewer.