<?
#################################################################################################
#
# project : phpListPro
# filename : lang.php
# last modified by :
# e-mail : hide@address.com
# purpose : Change the Language
#
#################################################################################################
# Include Configs & Variables
#################################################################################################
$cookietime=time()+(3600*24*356);
setcookie("Language", "$language", "$cookietime", "$cookiepath"); // 1 Year
header("Location: $url");
?>