/[docman]/docman.php
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Diff of /docman.php

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.16 by dpavlin, Wed Sep 6 14:06:02 2000 UTC revision 1.17 by dpavlin, Wed Sep 6 14:25:15 2000 UTC
# Line 1218  function rrmdir($dir) { Line 1218  function rrmdir($dir) {
1218                  break ;                  break ;
1219    
1220          case "SAVE" :          case "SAVE" :
1221                  $path = $gblFsRoot . escapeshellcmd($RELPATH) ;                  $path = $gblFsRoot . $RELPATH ;
1222                  $writable = is_writeable($path) ;                  $writable = is_writeable($path) ;
1223                  $legaldir = is_writeable(dirname($path)) ;                  $legaldir = is_writeable(dirname($path)) ;
1224                  $exists   = (file_exists($path)) ? 1 : 0 ;                  $exists   = (file_exists($path)) ? 1 : 0 ;

Legend:
Removed from v.1.16  
changed lines
  Added in v.1.17

  ViewVC Help
Powered by ViewVC 1.1.26