diff --git a/html/includes/graphs/mac_acc_total.inc.php b/html/includes/graphs/mac_acc_total.inc.php index bd47e62f23..7a3ae49b78 100644 --- a/html/includes/graphs/mac_acc_total.inc.php +++ b/html/includes/graphs/mac_acc_total.inc.php @@ -7,7 +7,6 @@ $sort = mres($_GET['sort']); if(is_numeric($_GET['topn'])) { $topn = $_GET['topn']; } else { $topn = '10'; } include("common.inc.php"); - include("../includes/rewrites.php"); if($stat == "pkts") { $units='pps'; $unit = 'p'; $multiplier = '1';