]> git.p6c8.net - devedit.git/commitdiff
Aha!
authorpcanterino <>
Sun, 13 Feb 2005 15:22:21 +0000 (15:22 +0000)
committerpcanterino <>
Sun, 13 Feb 2005 15:22:21 +0000 (15:22 +0000)
devedit.pl

index 2f9c9184cf9a17cc1198103c60a57c95235dec02..237cf34ca205d372c1c75698071d4e4445094fdf 100644 (file)
@@ -69,14 +69,7 @@ if($newfile ne '' && $newfile !~ /^\s+$/)
 
  # ... check if the directory exists ...
 
- unless(-d clean_path($config->{'fileroot'}.'/'.$dir))
- {
-  abort($config->{'errors'}->{'dir_not_exist'},'/');
- }
-
- # (don't know, why this test has to be done separately)
-
- if(-l clean_path($config->{'fileroot'}.'/'.$dir))
+ unless(-d clean_path($config->{'fileroot'}.'/'.$dir) && not -l clean_path($config->{'fileroot'}.'/'.$dir))
  {
   abort($config->{'errors'}->{'dir_not_exist'},'/');
  }

patrick-canterino.de