IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Sep 26, 2006, 6:19:19 PM (20 years ago)
Author:
eugene
Message:

many changes to support the inline images and linked images

File:
1 edited

Legend:

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

    r8984 r9003  
    7878    $ID['pass'] = $_GET[pass];
    7979    $ID['proj'] = $_GET[proj];
     80    $ID['menu'] = $_GET[menu];
    8081    // echo "using GET: ", $ID['pass'], $ID['proj'];
    8182  }
     
    8384    $ID['pass'] = $_POST[pass];
    8485    $ID['proj'] = $_POST[proj];
     86    $ID['menu'] = $_POST[menu];
    8587    // echo "using POST: ", $ID['pass'], $ID['proj'];
    8688  }
Note: See TracChangeset for help on using the changeset viewer.