/** * This is where the install really takes place. */ function install_process() { // {{{ build_dirs(); create_tables(); insert_defaults(); write_config(); header("Location: index.php"); }
/** * This is where the install really takes place. */ function install_process() { // {{{ build_dirs(); create_tables(); insert_defaults(); write_config(); }