Пример #1
0
function bootstrap()
{
    global $arrKeys, $privateKey, $keyDD, $arrPackages;
    $arrKeys = scanKeyDirectory();
    persistendKey();
    $keyDD = createKeyDropdown($arrKeys, $privateKey);
    handle_actions();
}
Пример #2
0
function bootstrap()
{
    global $arrRepos, $arrReposAtEQdkp;
    $arrRepos = scanRepoDirectory();
    if (isset($_POST['repo']) && $_POST['repo'] != "") {
        handle_actions($_POST['repo']);
    }
    $arrReposAtEQdkp = check_if_repo_in_eqdkp();
}