/[docman]/docman.conf
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.conf

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

revision 1.1 by dpavlin, Tue Mar 27 10:54:02 2001 UTC revision 1.3 by dpavlin, Thu Jun 21 08:54:54 2001 UTC
# Line 57  Line 57 
57  //      $gblImages   = array( ".jpg",".jpeg",".gif",".png",".ico",  //      $gblImages   = array( ".jpg",".jpeg",".gif",".png",".ico",
58  //                            ".bmp",".xbm") ;  //                            ".bmp",".xbm") ;
59    
60            // which files to hide (separated by ,)
61    //      $gblHide = "hideme,test.txt";
62    
63  //      $gblFilePerms = 0640 ;         // default for new files  //      $gblFilePerms = 0640 ;         // default for new files
64  //      $gblDirPerms  = 0750 ;          // default for new dirs  //      $gblDirPerms  = 0750 ;          // default for new dirs
65    
66            // Where are users stored?
67            // default is to user .htusers file
68    //      $gblUsers = "htusers_file";
69    
70            // use sql handler
71            $gblUsers = "htusers_sql";
72            // this are options if you use htusers_sql (there are no default
73            // in docman.php, so you have to use docman.conf file and enter
74            // data here
75    //      $dbi = "pgsql:db:user:password"
76    //      $dbi_sql = "select login,full_name,password,email from users";
77    

Legend:
Removed from v.1.1  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26