/[docman]/htusers_union.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_union.php

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

revision 1.1 by dpavlin, Wed Sep 26 14:43:35 2001 UTC revision 1.2 by dpavlin, Wed Sep 26 14:44:54 2001 UTC
# Line 18  while($this = array_shift($htusers_union Line 18  while($this = array_shift($htusers_union
18                  include("$gblIncDir/$this.php");                  include("$gblIncDir/$this.php");
19                  $tmp=md5($PHP_AUTH_USER.$PHP_AUTH_PW);                  $tmp=md5($PHP_AUTH_USER.$PHP_AUTH_PW);
20                  if ($tmp == $gblPw) {                  if ($tmp == $gblPw) {
21                          error_log("user: $PHP_AUTH_USER pw: $PHP_AUTH_PW authed using $this",0);                          //error_log("user: $PHP_AUTH_USER pw: $PHP_AUTH_PW authed using $this",0);
22                          break;                          break;
                 } else {  
                         error_log("user: $PHP_AUTH_USER not authed using $this",0);  
23                  }                  }
24          }          }
25  }  }

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

  ViewVC Help
Powered by ViewVC 1.1.26