#!C:/Programme/Perl/bin/perl.exe -w
#
-# Dev-Editor 3.0 (CVS)
+# Dev-Editor 3.0.1
#
# Dev-Editor's main program
#
# Author: Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-09
+# Last modified: 2006-08-24
#
use strict;
use Output;
use Tool;
-$VERSION = '3.0 (CVS)';
+$VERSION = '3.0.1';
# Path to configuration file
# Change if necessary!
if($newfile ne '' && $newfile !~ /^\s+$/)
{
- $curdir = upper_path($file) if($curdir eq '');
my $path = $curdir.'/'.$newfile;
# Extract file and directory name...
$new_physical = File::Spec->canonpath($new_physical.'/'.$file);
$new_virtual .= $file;
- # Check if the file is denied by configuration
+ # Check if accessing this file is forbidden
if(is_forbidden_file($config->{'forbidden'},$new_virtual))
{