Your IP : 216.73.216.79


Current Path : /var/www/html/ebilikparlimen1/ebilik/ks_user/
Upload File :
Current File : /var/www/html/ebilikparlimen1/ebilik/ks_user/locale.php

<?php

include_once '../library.php';
/**
 * This file set the selected locale into user's session
 *
 * @todo : to update this user's locale into t_user.usr_option?
 */

session_start ();

$locale = KS_Filter::inputSanitize ( $_GET ['locale'] );

$_SESSION [KSCONFIG_DB_NAME] ['locale'] = $locale;

$referrer = $_SERVER['HTTP_REFERER'];

if($referrer) {
	$red = $referrer;
} else {
	$red = KSCONFIG_URL . 'home.php';
}
header ( "Location: $red" );