/[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.8 by dpavlin, Mon Oct 29 16:20:28 2001 UTC
# Line 13  Line 13 
13          // from where to include auth_*.php modules?          // from where to include auth_*.php modules?
14  //      $gblIncDir = "/home/httpd/docman";  //      $gblIncDir = "/home/httpd/docman";
15    
16            // do we want to force download? (leave it at 1)
17            $gblForceDownload = 1;
18    
19          // username/password should not be system          // username/password should not be system
20          // usernames/passwords !!          // usernames/passwords !!
21    
# Line 57  Line 60 
60  //      $gblImages   = array( ".jpg",".jpeg",".gif",".png",".ico",  //      $gblImages   = array( ".jpg",".jpeg",".gif",".png",".ico",
61  //                            ".bmp",".xbm") ;  //                            ".bmp",".xbm") ;
62    
63            // which files to hide (separated by ,)
64    //      $gblHide = "index.php,hideme.txt";
65    
66  //      $gblFilePerms = 0640 ;         // default for new files  //      $gblFilePerms = 0640 ;         // default for new files
67  //      $gblDirPerms  = 0750 ;          // default for new dirs  //      $gblDirPerms  = 0750 ;          // default for new dirs
68    
69            // Where are users stored?
70            // default is to user .htusers file
71            $gblUsers = "htusers_file";
72    
73            // use sql handler
74    //      $gblUsers = "htusers_sql";
75            // this are options if you use htusers_sql (there are no default
76            // in docman.php, so you have to use docman.conf file and enter
77            // data here
78    //      $dbi = "pgsql:db:user:password";
79    //      $dbi_sql = "select login,full_name,password,email from users";
80    
81            // htusers_union options: use more than one htusers method
82    //      $gblUsers = "htusers_union";
83    //      $htusers_union[]="htusers_header";
84    //      $htusers_union[]="htusers_sql";
85    //      $htusers_union[]="htusers_file";
86    
87    ?>

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

  ViewVC Help
Powered by ViewVC 1.1.26