IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 17, 2009, 9:58:17 AM (16 years ago)
Author:
eugene
Message:

add ability to set default limits for pages

File:
1 edited

Legend:

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

    r25783 r26456  
    1717    echo "Username: <input type=\"text\" name=\"username\"><br>\n";
    1818  }
    19   echo 'Password: <input type="text" name="password"><br>', "\n";
     19  echo 'Password: <input type="password" name="password"><br>', "\n";
    2020  echo '<input type="submit" name="login" value="login">', "\n";
    2121  echo '</form>', "\n\n";
     
    430430  }
    431431  if ($value == "") { return $where; }
     432
     433  global $restricted;
     434  $restricted = 1;
     435
    432436  if ($where) {
    433437    $where = $where . " AND";
Note: See TracChangeset for help on using the changeset viewer.