/[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.15 by stanpinte, Sun Mar 6 14:29:10 2005 UTC revision 1.16 by stanpinte, Sun Mar 6 14:52:13 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($_REQUEST["PHPSESSID"]);    echo "<META HTTP-EQUIV=\"REFRESH\" content=\"0;url=user_login.php?PHPSESSID=" . $_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($_REQUEST["PHPSESSID"]);    echo "<META HTTP-EQUIV=\"REFRESH\" content=\"0;url=user_login.php?PHPSESSID=" . $_REQUEST["PHPSESSID"] . "\">";  
53      // }      // }
54  }  }
55  html_page_stop();  html_page_stop();

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

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