5 lines
70 B
PHP
5 lines
70 B
PHP
<?php
|
|
header ("Location: /en" . $_SERVER['REQUEST_URI']);
|
|
exit ();
|
|
?>
|