/var/www/(Del)eizo.hkosl.com/global/hkwarranty/change_language.php


1
2
3
4
5
6
7
<?php
    session_start
();

    
$_SESSION["langcode"] = $_GET["langcode"];

    
header("Location: ".$_GET["page"].".php");
?>