Changeset 9003 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Sep 26, 2006, 6:19:19 PM (20 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r8984 r9003 78 78 $ID['pass'] = $_GET[pass]; 79 79 $ID['proj'] = $_GET[proj]; 80 $ID['menu'] = $_GET[menu]; 80 81 // echo "using GET: ", $ID['pass'], $ID['proj']; 81 82 } … … 83 84 $ID['pass'] = $_POST[pass]; 84 85 $ID['proj'] = $_POST[proj]; 86 $ID['menu'] = $_POST[menu]; 85 87 // echo "using POST: ", $ID['pass'], $ID['proj']; 86 88 }
Note:
See TracChangeset
for help on using the changeset viewer.
