--- docman.conf 2001/09/26 14:43:35 1.6 +++ docman.conf 2001/10/29 16:20:28 1.8 @@ -13,6 +13,9 @@ // from where to include auth_*.php modules? // $gblIncDir = "/home/httpd/docman"; + // do we want to force download? (leave it at 1) + $gblForceDownload = 1; + // username/password should not be system // usernames/passwords !! @@ -81,3 +84,4 @@ // $htusers_union[]="htusers_sql"; // $htusers_union[]="htusers_file"; +?>