Changeset 26456 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Dec 17, 2009, 9:58:17 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r25783 r26456 17 17 echo "Username: <input type=\"text\" name=\"username\"><br>\n"; 18 18 } 19 echo 'Password: <input type=" text" name="password"><br>', "\n";19 echo 'Password: <input type="password" name="password"><br>', "\n"; 20 20 echo '<input type="submit" name="login" value="login">', "\n"; 21 21 echo '</form>', "\n\n"; … … 430 430 } 431 431 if ($value == "") { return $where; } 432 433 global $restricted; 434 $restricted = 1; 435 432 436 if ($where) { 433 437 $where = $where . " AND";
Note:
See TracChangeset
for help on using the changeset viewer.
