예제 #1
0
파일: install.php 프로젝트: JarJak/shimmie2
/**
 * This is where the install really takes place.
 */
function install_process()
{
    // {{{
    build_dirs();
    create_tables();
    insert_defaults();
    write_config();
    header("Location: index.php");
}
예제 #2
0
/**
 * This is where the install really takes place.
 */
function install_process()
{
    // {{{
    build_dirs();
    create_tables();
    insert_defaults();
    write_config();
}