From bae7725e9920e95caf6c072b29892165d784549b Mon Sep 17 00:00:00 2001 From: Pim van den Berg Date: Sat, 9 Feb 2013 22:57:04 +0100 Subject: detail.php: make terms configurable --- detail.php | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) (limited to 'detail.php') diff --git a/detail.php b/detail.php index fdeb777..9cfeb53 100644 --- a/detail.php +++ b/detail.php @@ -39,19 +39,9 @@ plugins_list($host, $selected_plugins); echo '
'; plugin_header($host, $plugin); -$term = array( - '2hour' => 3600*2, - '8hour' => 3600*8, - 'day' => 86400, - 'week' => 86400*7, - 'month' => 86400*31, - 'quarter'=> 86400*31*3, - 'year' => 86400*365, -); - $args = $_GET; print '