Current Path : C:/AppServ/www/th/controlweb/manage/system/ |
Current File : C:/AppServ/www/th/controlweb/manage/system/setlanguage.php |
<? include("../lib/session.php"); include("../lib/config.php"); include("../lib/connect.php"); include("../lib/function.php"); if($action=="setlanguage") { $_SESSION['System_Session_Language']=$setlang; $action=""; } Header("Location:../home/home.php"); include("../lib/disconnect.php"); ?>