Current Path : C:/AppServ/www/covid19/db/system/ |
Current File : C:/AppServ/www/covid19/db/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"); ?>