/[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.3 by dpavlin, Thu Jun 21 08:54:54 2001 UTC revision 1.5 by dpavlin, Thu Sep 6 09:20:37 2001 UTC
# Line 58  Line 58 
58  //                            ".bmp",".xbm") ;  //                            ".bmp",".xbm") ;
59    
60          // which files to hide (separated by ,)          // which files to hide (separated by ,)
61  //      $gblHide = "hideme,test.txt";  //      $gblHide = "index.php,hideme.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?          // Where are users stored?
67          // default is to user .htusers file          // default is to user .htusers file
68  //      $gblUsers = "htusers_file";          $gblUsers = "htusers_file";
69    
70          // use sql handler          // use sql handler
71          $gblUsers = "htusers_sql";  //      $gblUsers = "htusers_sql";
72          // this are options if you use htusers_sql (there are no default          // 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          // in docman.php, so you have to use docman.conf file and enter
74          // data here          // data here
75  //      $dbi = "pgsql:db:user:password"  //      $dbi = "pgsql:db:user:password";
76  //      $dbi_sql = "select login,full_name,password,email from users";  //      $dbi_sql = "select login,full_name,password,email from users";
77    

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

  ViewVC Help
Powered by ViewVC 1.1.26