Skip to content

Commit

Permalink
Update cflow.php
Browse files Browse the repository at this point in the history
fixed rtcp and cdr for CFLOW = 2
  • Loading branch information
adubovikov committed Feb 19, 2015
1 parent c222feb commit 41387e7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion webhomer/cflow.php
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ function arrow ( $image, $color, $x, $y, $d = -1)
else $cid = $cid_array;

if(BLEGDETECT == 1 && $full == 1) { $b2b = 1; } else { $b2b = 0; }


//Crop Search Parameters, if any
$flow_from_date = getVar('from_date', NULL, $_REQUEST, 'string');
$flow_from_time = getVar('from_time', NULL, $_REQUEST, 'string');
Expand Down Expand Up @@ -697,6 +697,8 @@ function arrow ( $image, $color, $x, $y, $d = -1)
<?php if($popuptype == 2): ?>
<script src="js/homer.js" type="text/javascript"></script>
<script src="js/jquery-1.6.4.min.js" type="text/javascript"></script>
<script src="js/jquery.json-2.3.min.js" type="text/javascript"></script>
<script src="js/jquery.flot.js" type="text/javascript"></script>
<script type="text/javascript" src="js/jquery-ui-1.8.16.custom.min.js"></script>
<?php endif; ?>
<title>CallFlow <?php echo $cid;?></title>
Expand Down

0 comments on commit 41387e7

Please sign in to comment.