X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/432cbc70862e1bf6ed058dfe75be03160ceea09f..5abe8188abba8d1d5931b84d36d719c7ef3aee36:/devedit.pl diff --git a/devedit.pl b/devedit.pl index d74a1bc..a868428 100644 --- a/devedit.pl +++ b/devedit.pl @@ -6,7 +6,7 @@ # Dev-Editor's main program # # Author: Patrick Canterino -# Last modified: 2006-08-24 +# Last modified: 2010-12-23 # # Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann # Copyright (C) 2003-2009 Patrick Canterino @@ -59,6 +59,13 @@ my $file = $cgi->param('file') || '/'; my $curdir = $cgi->param('curdir') || ''; my $newfile = $cgi->param('newfile') || ''; +# Check if the command is disabled + +if(is_disabled_command($config->{'disable_commands'},$command)) +{ + abort($config->{'errors'}->{'command_disabled'},'/',{COMMAND => encode_html($command)}); +} + # Create physical and virtual path for the new file my $new_physical = '';