X-Git-Url: https://git.p6c8.net/devedit.git/blobdiff_plain/5abe8188abba8d1d5931b84d36d719c7ef3aee36..71dce6c526b5f0c1617313dacf173f0c75f8183d:/devedit.pl?ds=sidebyside diff --git a/devedit.pl b/devedit.pl index a868428..e81172f 100644 --- a/devedit.pl +++ b/devedit.pl @@ -6,10 +6,10 @@ # Dev-Editor's main program # # Author: Patrick Canterino -# Last modified: 2010-12-23 +# Last modified: 2010-12-24 # # Copyright (C) 1999-2000 Roland Bluethgen, Frank Schoenmann -# Copyright (C) 2003-2009 Patrick Canterino +# Copyright (C) 2003-2011 Patrick Canterino # All Rights Reserved. # # This file can be distributed and/or modified under the terms of @@ -55,7 +55,7 @@ abort($config->{'errors'}->{'no_root_access'}) unless(-r $config->{'fileroot'} & my $cgi = new CGI; my $command = $cgi->param('command') || 'show'; -my $file = $cgi->param('file') || '/'; +my $file = $cgi->param('file') || $config->{'startdir'} || '/'; my $curdir = $cgi->param('curdir') || ''; my $newfile = $cgi->param('newfile') || '';