Expolibre-3-www/open-formats.php

5 lines
70 B
PHP

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