Changeset 93629 in spip-zone for _core_/plugins/urls_etendues/urls/propres_qs.php
- Timestamp:
- Dec 13, 2015, 11:58:52 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
_core_/plugins/urls_etendues/urls/propres_qs.php
r93092 r93629 11 11 \***************************************************************************/ 12 12 13 if (!defined("_ECRIRE_INC_VERSION")) return; // securiser 13 if (!defined("_ECRIRE_INC_VERSION")) { 14 return; 15 } // securiser 14 16 15 17 /* … … 30 32 define('URLS_PROPRES_QS_CONFIG', 'propres'); 31 33 32 if (!defined('_terminaison_urls_propres')) 33 define ('_terminaison_urls_propres', ''); 34 if (!defined('_terminaison_urls_propres')) { 35 define('_terminaison_urls_propres', ''); 36 } 34 37 35 defined('_debut_urls_propres') || define 38 defined('_debut_urls_propres') || define('_debut_urls_propres', './?'); 36 39 37 40 // http://code.spip.net/@urls_propres_qs_dist 38 41 function urls_propres_qs_dist($i, &$entite, $args = '', $ancre = '') { 39 42 $f = charger_fonction('propres', 'urls'); 43 40 44 return $f($i, $entite, $args, $ancre); 41 45 } 46 42 47 ?>
Note: See TracChangeset
for help on using the changeset viewer.