--- docman.php 2000/09/06 14:06:02 1.16 +++ docman.php 2000/09/06 14:25:15 1.17 @@ -1218,7 +1218,7 @@ break ; case "SAVE" : - $path = $gblFsRoot . escapeshellcmd($RELPATH) ; + $path = $gblFsRoot . $RELPATH ; $writable = is_writeable($path) ; $legaldir = is_writeable(dirname($path)) ; $exists = (file_exists($path)) ? 1 : 0 ;