コード例 #1
0
ファイル: install.php プロジェクト: sinfocol/gwf3
            # Create index.php
        # Create index.php
        case '8':
            $page = GWF_InstallWizard::wizard_8();
            break;
            # Create htaccess
        # Create htaccess
        case '9':
            $page = GWF_InstallWizard::wizard_9();
            break;
            # Create admins
        # Create admins
        case '10':
            $page = GWF_InstallWizard::wizard_10();
            break;
            # Clear Caches
        # Clear Caches
        case '11':
            $page = GWF_InstallWizard::wizard_11();
            break;
            # Protect install folder
        # Protect install folder
        default:
        case '0':
            $page = GWF_InstallWizard::wizard_0();
            break;
            # List Status
    }
}
# Display page
echo $gwf->onDisplayPage($page);