コード例 #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
ファイル: install.php プロジェクト: thelectronicnub/shimmie2
/**
 * This is where the install really takes place.
 */
function install_process()
{
    // {{{
    build_dirs();
    create_tables();
    insert_defaults();
    write_config();
}