=========================== */ ?> '.__("Error reading configuration file").'

'.__("There does not seem to be a config.php file. I need this before we can get started.").'

'.__("This either means that you did not rename the config-sample.php file to config.php.").'

'; die($mensaje); } else { require_once($configFile); } $sqlStr = "INSERT INTO `".Table_prefix."options` VALUES ('check_version', '1'), ('active_plugins', '[{\"total\":0},[]]');"; $db->ejecutarConsulta($sqlStr); echo '

'.__("Finished!").'

'; echo '

'.__("Now you are running on the new gelato vaniglia version!!!").'

'; echo '

'.__("Return to your tumblelog").'

'; ?>