IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Dec 11, 2006, 10:32:55 AM (20 years ago)
Author:
eugene
Message:

added forward/backward buttons; fixed table fields for pz tables

File:
1 edited

Legend:

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

    r9439 r10621  
    11<?php
     2
     3$dTABLE = 40;
    24
    35function logintext () {
     
    126128    $ID['proj'] = $_GET[proj];
    127129    $ID['menu'] = $_GET[menu];
     130    $ID['from'] = $_GET[from];
    128131
    129132    if ($VERBOSE) {
     
    139142    $ID['proj'] = $_POST[proj];
    140143    $ID['menu'] = $_POST[menu];
     144    $ID['from'] = $_POST[from];
    141145
    142146    if ($VERBOSE) {
Note: See TracChangeset for help on using the changeset viewer.