/[locfinder]/locfinder/functions/func_users.php
ViewVC logotype

Diff of /locfinder/functions/func_users.php

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

revision 1.8 by yob, Sun Jan 19 14:40:34 2003 UTC revision 1.9 by yob, Fri Jan 24 11:18:16 2003 UTC
# Line 75  if($in_locfinder) { Line 75  if($in_locfinder) {
75    
76              // if the password from the DB matches the one supplied              // if the password from the DB matches the one supplied
77              } elseif ($loc_db->f("password") == $password) {              } elseif ($loc_db->f("password") == $password) {
78                    
79                    $_SESSION["logged_in"] = $loc_db->f("username");                
80                    $_SESSION["admin"] = $loc_db->("admin");
81    
82                  // user is authenticated                  // user is authenticated
83                  return true;                  return true;
84                                    

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

savannah-hackers-public@gnu.org
ViewVC Help
Powered by ViewVC 1.1.26