IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Ignore:
Timestamp:
Mar 20, 2015, 11:11:50 AM (11 years ago)
Author:
eugene
Message:

updating changes to ippMonitor

File:
1 edited

Legend:

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

    r34687 r37983  
    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.