Expolibre-3-www/free-licenses.php

5 lines
70 B
PHP

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