/[docman2]/htusers/file.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 /htusers/file.php

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

revision 1.1 by dpavlin, Sat Jul 20 13:01:48 2002 UTC revision 1.2 by dpavlin, Sat Jul 27 22:26:34 2002 UTC
# Line 12  Line 12 
12          is, but I suggest $PHP_AUTH_USER and $PHP_AUTH_PW          is, but I suggest $PHP_AUTH_USER and $PHP_AUTH_PW
13  */  */
14    
15          $htusers_file="$fsRealmDir/$realm.htusers";          $htusers_file=$fsRealmDir."/".$realm.$realm_sep."htusers";
16          if (! file_exists($htusers_file)) {          if (! file_exists($htusers_file)) {
17                  Error("Can't find users file!","Please create users file <tt>$htusers_file</tt> by hand or using <tt>adduser.pl</tt> script! There is example in <tt>$gblIncDir/realm/localhost.htusers.dist</tt>.");                  Error("Can't find users file!","Please create users file <tt>$htusers_file</tt> by hand or using <tt>adduser.pl</tt> script! There is example in <tt>$gblIncDir/realm/localhost.htusers.dist</tt>.");
18          }          }

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

  ViewVC Help
Powered by ViewVC 1.1.26