Marius Cramer
2015-03-26 842bf55981aebd9a55d6330346769ea5b93f8e4b
Missing "exit" on patch tool when patch is missing
1 files modified
1 ■■■■ changed files
server/scripts/ispconfig_patch 1 ●●●● patch | view | raw | blame | history
server/scripts/ispconfig_patch
@@ -102,6 +102,7 @@
if(!is_installed('patch')) {
    swriteln("The program 'patch' is missing on your server. Please install it and try again.");
    exit;
}
$patch_id = simple_query('Enter patch id', false, '');