IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 25308


Ignore:
Timestamp:
Sep 9, 2009, 1:03:01 PM (17 years ago)
Author:
bills
Message:

supply "" as username argument to loginform() from the logout button.
(Avoids null argument warning)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ippMonitor/raw/Login.php

    r9439 r25308  
    4444    echo "You are now logged out<br>\n";
    4545    logintext ();
    46     loginform ();
     46    loginform ("");
    4747    menu_end ();
    4848    exit ();
Note: See TracChangeset for help on using the changeset viewer.