We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6c16276 commit 842bf55Copy full SHA for 842bf55
server/scripts/ispconfig_patch
@@ -102,6 +102,7 @@ echo "Please enter the patch id that you want to be applied to your ISPConfig in
102
103
if(!is_installed('patch')) {
104
swriteln("The program 'patch' is missing on your server. Please install it and try again.");
105
+ exit;
106
}
107
108
$patch_id = simple_query('Enter patch id', false, '');
0 commit comments