/[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.27 by dpavlin, Thu Dec 21 08:46:18 2000 UTC revision 1.28 by dpavlin, Fri Jan 26 07:54:53 2001 UTC
# Line 51  IMPORTANT INSTALLATION NOTE: Line 51  IMPORTANT INSTALLATION NOTE:
51          deleted files!          deleted files!
52    
53          .htusers is in form:          .htusers is in form:
54          login:Real Name:md5(loginpassword)          login:Real Name:[md5(loginpassword)|auth_*]:email@host.dom
55    
56    
57  TODO:  TODO:
# Line 376  echo($fstr) ; ?></TEXTAREA> Line 376  echo($fstr) ; ?></TEXTAREA>
376                  while ($e = array_shift($logarr)) {                  while ($e = array_shift($logarr)) {
377                          if (strstr($e[4],"upload")) {                          if (strstr($e[4],"upload")) {
378                                  if (file_exists("$bakdir/$bakcount/$name")) {                                  if (file_exists("$bakdir/$bakcount/$name")) {
379                                          $e[4]="<a href=\"".dirname($relPath)."/.bak/$bakcount/$name\">$e[4]</a>";                                          $e[4]="<a href=\"".urlpath(dirname($relPath)."/.bak/$bakcount/$name")."\">$e[4]</a>";
380                                  }                                  }
381                                  $bakcount++;                                  $bakcount++;
382                          }                          }

Legend:
Removed from v.1.27  
changed lines
  Added in v.1.28

  ViewVC Help
Powered by ViewVC 1.1.26