/[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.37 by dpavlin, Mon Mar 12 13:30:44 2001 UTC revision 1.38 by dpavlin, Tue Mar 27 10:54:02 2001 UTC
# Line 1250  function DisplayChangeLog($day) { Line 1250  function DisplayChangeLog($day) {
1250    
1251          $FN=stripSlashes($FN);          $FN=stripSlashes($FN);
1252    
1253            if (file_exists("$fsScriptDir/.docman.conf")) {
1254                    include("$fsScriptDir/.docman.conf");
1255            }
1256    
1257          switch ($POSTACTION) {          switch ($POSTACTION) {
1258          case "UPLOAD" :          case "UPLOAD" :
1259                  if (!is_writeable($fsDir)) Error("Write denied",$relDir) ;                  if (!is_writeable($fsDir)) Error("Write denied",$relDir) ;

Legend:
Removed from v.1.37  
changed lines
  Added in v.1.38

  ViewVC Help
Powered by ViewVC 1.1.26