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