IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 28, 2015, 8:23:19 PM (11 years ago)
Author:
eugene
Message:

merge changes from trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/eam_branches/ipp-20150112/ippMonitor/raw/ipp.php

    r34687 r38047  
    789789    $class_id = $_GET['class'];
    790790    $camera   = $_GET['camera'];
     791    $state    = $_GET['state'];
    791792  } else {
    792793    $basename = $_POST['basename'];
    793794    $class_id = $_POST['class'];
    794795    $camera   = $_POST['camera'];
     796    $state    = $_POST['state'];
     797  }
     798
     799  if ($state == 'update') {
     800    $filerule = "$filerule.UPDATE";
    795801  }
    796802
Note: See TracChangeset for help on using the changeset viewer.