DEFAULT SET TO EN FOR NOW
require_once($rootdir.'/classes/core/language.php');
$clang = new limesurvey_lang("en");
ob_implicit_flush(true);
sendcacheheaders();
if (!$database_exists)
{
$adminoutput.= "
\n"
."
| " .$clang->gT("LimeSurvey Setup")." | |
| \n"
."".$clang->gT("Welcome to LimeSurvey Setup!")." \n" .$clang->gT("The database defined in config.php does not exist.")." \n" .$clang->gT("LimeSurvey can attempt to create this database for you.")." \n" .$clang->gT("Your selected database name is:")." $databasename \n" ." \n" ." | |