Expolibre-3-www/lib/english_qr_code_uri.php

5 lines
70 B
PHP

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