Expolibre-3-www/free-libre-software.php

5 lines
70 B
PHP
Raw Permalink Normal View History

<?php
header ("Location: /en" . $_SERVER['REQUEST_URI']);
exit ();
?>