WP File Manager
Current Path:
/
home
/
argothem
/
www
/
SpipFactory-fichiers_de_travail
/
sauvegarde-depannage-1.9a3.2
/
1.9
/
ecrire
/
urls
/
Name
Action
..
html.php
Edit
page.php
Edit
propres-qs.php
Edit
propres.php
Edit
propres2.php
Edit
standard.php
Edit
Editing: propres2.php
<?php /***************************************************************************\ * SPIP, Systeme de publication pour l'internet * * * * Copyright (c) 2001-2006 * * Arnaud Martin, Antoine Pitrou, Philippe Riviere, Emmanuel Saint-James * * * * Ce programme est un logiciel libre distribue sous licence GNU/GPL. * * Pour plus de details voir le fichier COPYING.txt ou l'aide en ligne. * \***************************************************************************/ /* Ce jeu d'URLs est une variation de inc-urls-propres, qui ajoute le suffixe '.html' aux adresses ; */ if (!defined("_ECRIRE_INC_VERSION")) return; // securiser if (!defined('_terminaison_urls_propres')) define ('_terminaison_urls_propres', '.html'); include_spip('urls/propres'); ?>