* @link http://pioder.gim2przemysl.int.pl/ * @license GNU GPL v3 **/ define('IN_uF',true); include('./../config.php'); include('./../includes/constants.php'); include('./../includes/class_error.php'); include('./../includes/class_db.php'); include('./functions_add.php'); include('./../admin/check_script_data.php'); if (ini_get('short_open_tag')==0) { die('Please enable short_open_tag in PHP configuration. Aborted!'); } if(get_magic_quotes_gpc()) { die('Please disable magic_quotes_gpc in PHP configuration. Aborted!'); } if(ini_get('register_globals')) { die('Please disable register_globals in PHP configuration. Aborted!'); } $count =0; for($i=0; $i µForum Installer '.$lng['install_header'].''; switch($_GET['page']) { case 'step1': { if (isset($_POST['lang'])) { setcookie('lang',$_POST['lang'], time()+360000000); header('Location: index.php?page=step2'); } else { echo $header.' Select a language: '.AddLangs(false).'