Changeset 37983 for trunk/ippMonitor/raw/ipp.php
- Timestamp:
- Mar 20, 2015, 11:11:50 AM (11 years ago)
- File:
-
- 1 edited
-
trunk/ippMonitor/raw/ipp.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ippMonitor/raw/ipp.php
r34687 r37983 789 789 $class_id = $_GET['class']; 790 790 $camera = $_GET['camera']; 791 $state = $_GET['state']; 791 792 } else { 792 793 $basename = $_POST['basename']; 793 794 $class_id = $_POST['class']; 794 795 $camera = $_POST['camera']; 796 $state = $_POST['state']; 797 } 798 799 if ($state == 'update') { 800 $filerule = "$filerule.UPDATE"; 795 801 } 796 802
Note:
See TracChangeset
for help on using the changeset viewer.
