/[phpcompta]/phpcompta/html/login.php
ViewVC logotype

Diff of /phpcompta/html/login.php

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

revision 1.14 by sparkyx, Sun Feb 27 14:24:30 2005 UTC revision 1.15 by stanpinte, Sun Mar 6 14:29:10 2005 UTC
# Line 40  include_once ("class_user.php"); Line 40  include_once ("class_user.php");
40  $User=new cl_user($rep);  $User=new cl_user($rep);
41  $User->Check();  $User->Check();
42    
43      Redirect($User->type,$_REQUEST["PHPSESSID"]);      Redirect($_REQUEST["PHPSESSID"]);
44    
45  } else  } else
46  {  {
# Line 49  $User->Check(); Line 49  $User->Check();
49    $User=new cl_user($rep);    $User=new cl_user($rep);
50    $User->Check();    $User->Check();
51        
52    Redirect($User->type,$_REQUEST["PHPSESSID"]);    Redirect($_REQUEST["PHPSESSID"]);
53      // }      // }
54  }  }
55  html_page_stop();  html_page_stop();

Legend:
Removed from v.1.14  
changed lines
  Added in v.1.15

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