/[docman2]/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.34 by dpavlin, Wed Apr 9 15:55:15 2003 UTC revision 1.35 by dpavlin, Wed Apr 9 16:27:06 2003 UTC
# Line 74  Line 74 
74  //////////////////////////////////////////////////////////////////  //////////////////////////////////////////////////////////////////
75    
76          $gblTitle = "Document Manager";          $gblTitle = "Document Manager";
77          $gblVersion = "2.0-pre1";          $gblVersion = "2.0-pre2";
78    
79          $secHash    = "";          $secHash    = "";
80    
# Line 1281  if (! file_exists($trustee_conf)) { Line 1281  if (! file_exists($trustee_conf)) {
1281                  $l = trim(fgets($fp_conf,4096));                  $l = trim(fgets($fp_conf,4096));
1282                  if (substr($l,0,1) == "+") {    // no comment                  if (substr($l,0,1) == "+") {    // no comment
1283                          $arr=explode(":",$l);                          $arr=explode(":",$l);
1284                          $groups_arr[$arr[0]] = $arr[1] ;                          $groups_arr[$arr[0]] = str_replace(" ","",$arr[1]) ;
1285                  } elseif (substr($l,0,1) != "#") {                  } elseif (substr($l,0,1) != "#") {
1286                          $arr=explode(":",$l);                          $arr=explode(":",$l);
1287                          $path=array_shift($arr);                          $path=array_shift($arr);

Legend:
Removed from v.1.34  
changed lines
  Added in v.1.35

  ViewVC Help
Powered by ViewVC 1.1.26