=========================== */ // Received a valid request, better start setting globals we'll need throughout the app in entry.php require_once('entry.php'); $configFile = Absolute_Path."config.php"; if(file_exists($configFile)){ require_once($configFile); }else{ exit("You need to rename config-sample.php to config.php and fill out the required details."); } global $user, $conf, $tumble; $install = new Install(); $install->data = $_POST; $install->check_form(); ?> gelato :: installation
showForm) { ?>
Database Settings
  • mostrarerror("10")?>
  • mostrarerror("9")?>
  • mostrarerror("7")?>
  • mostrarerror("8")?>

Admin user
  • mostrarerror("1")?>
  • mostrarerror("2")?>
  • mostrarerror("3")?>
  • mostrarerror("4")?>

Tumblelog configuration
  • " class="txt"/>mostrarerror("5")?>

Finished!

"; echo "

Now you can log in with your username and password

"; } ?>