Exemple #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");
}
Exemple #2
0
/**
 * This is where the install really takes place.
 */
function install_process()
{
    // {{{
    build_dirs();
    create_tables();
    insert_defaults();
    write_config();
}