1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/spip_ynh.git synced 2024-09-03 20:25:59 +02:00
spip_ynh/sources/ecrire/oo/index.php
2015-04-28 17:10:23 +02:00

8 lines
208 B
PHP

<?php
// ACCESSIBILITE
// la page /oo offre une lecture en mode "texte seul"
header("Location: ../?action=preferer&arg=display:4&redirect=" . urlencode(str_replace('/oo','', $_SERVER['REQUEST_URI'])));
?>