Now you can log in with your username and password
"; } ?>=========================== */ // 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(); ?>
Now you can log in with your username and password
"; } ?>