IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Jan 31, 2007, 11:20:53 AM (19 years ago)
Author:
eugene
Message:

update to use the new database columns

File:
1 edited

Legend:

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

    r10621 r11490  
    200200  echo "<body>\n";
    201201
    202   $root = "/phpipp";
     202  $root = "/ippMonitor";
    203203
    204204  if (! $project) { $project = "none"; }
     
    307307}
    308308
     309// expect image supplied with key=name
     310// this function should define matching hidden inputs in the form
     311function 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
    309324// $myPage = $_SERVER[SCRIPT_NAME] . "?pass=$pass";
    310325
Note: See TracChangeset for help on using the changeset viewer.