/[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.52 by dpavlin, Thu Jan 10 18:33:43 2002 UTC revision 1.53 by dpavlin, Fri Jan 11 10:06:28 2002 UTC
# Line 1243  function chopsl($path) { Line 1243  function chopsl($path) {
1243    
1244          // forks before authentication: style sheet and hash          // forks before authentication: style sheet and hash
1245          // creation if password not yet set.          // creation if password not yet set.
1246          if ($STYLE == "get") { CSS() ; exit ; }          if (isset($STYLE) && $STYLE == "get") { CSS() ; exit ; }
1247    
1248          $fsScriptDir  = dirname($SCRIPT_FILENAME) ;              $fsScriptDir  = dirname($SCRIPT_FILENAME) ;    
1249          // i.e. /home/httpd/html/docman          // i.e. /home/httpd/html/docman

Legend:
Removed from v.1.52  
changed lines
  Added in v.1.53

  ViewVC Help
Powered by ViewVC 1.1.26