# Dev-Editor's main program
#
# Author: Patrick Canterino <patrick@patshaping.de>
-# Last modified: 2005-06-09
+# Last modified: 2005-06-14
#
use strict;
$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))
{