header("Content-Type: text/html; charset=UTF-8"); include_once('lib/variables.php'); if(is_file('lang/'.$lang.'.php')){ include_once('lang/'.$lang.'.php'); }else{ include_once('lang/cat.php'); } include_once('lib/carrega.php'); ?>