/[webwml]/newmaint/gpglogin2.wml
ViewVC logotype

Diff of /newmaint/gpglogin2.wml

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

revision 1.5 by tbm, Wed Jun 26 12:25:14 2002 UTC revision 1.6 by tbm, Sun Aug 14 19:15:00 2005 UTC
# Line 35  session_unregister("s_username"); Line 35  session_unregister("s_username");
35  ?>  ?>
36  <?  <?
37  #=============main()  #=============main()
38    if ($username == "") {    if ($_REQUEST['username'] == "") {
39  ?>  ?>
40  No username supplied, please click the back button and enter in a username.  No username supplied, please click the back button and enter in a username.
41  <?  <?
42    session_destroy();    session_destroy();
43    } else {    } else {
44     $username = strip_tags($username);     $username = strip_tags($_REQUEST['username']);
45     $passwd = strip_tags($passwd);     $passwd = strip_tags($_REQUEST['passwd']);
46     if (find_person($username, $passwd)) {     if (find_person($username, $passwd)) {
47    
48       echo "<META http-equiv=\"refresh\" content=\"0;URL=gpgmain.php?";?><?=SID?>       echo "<META http-equiv=\"refresh\" content=\"0;URL=gpgmain.php?";?><?=SID?>

Legend:
Removed from v.1.5  
changed lines
  Added in v.1.6

  ViewVC Help
Powered by ViewVC 1.1.5