Changeset 11490 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Jan 31, 2007, 11:20:53 AM (19 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r10621 r11490 200 200 echo "<body>\n"; 201 201 202 $root = "/ phpipp";202 $root = "/ippMonitor"; 203 203 204 204 if (! $project) { $project = "none"; } … … 307 307 } 308 308 309 // expect image supplied with key=name 310 // this function should define matching hidden inputs in the form 311 function insert_backref ($page, $key, $link) { 312 313 if ($_SERVER[REQUEST_METHOD] == 'GET') { 314 $name = $_GET[$key]; 315 } else { 316 $name = $_POST[$key]; 317 } 318 319 if ($name) { 320 echo "back to <a href=\"$page?$link&$key=$name\"> $name </a><br>\n"; 321 } 322 } 323 309 324 // $myPage = $_SERVER[SCRIPT_NAME] . "?pass=$pass"; 310 325
Note:
See TracChangeset
for help on using the changeset viewer.
