From 8514c27a6de66fe2334be32cdaf18832893dc95d Mon Sep 17 00:00:00 2001 From: Aleksei Miheev Date: Tue, 8 Apr 2014 13:56:45 +0000 Subject: [PATCH] More granular Display.php pinba stats --- index.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.php b/index.php index 1456fc7..1988d1f 100644 --- a/index.php +++ b/index.php @@ -211,7 +211,7 @@ function smf_main() { require_once($sourcedir . '/Subs-Post.php'); require_once($sourcedir . '/Display.php'); - pinba_script_name_set("/forum/Display.php"); + pinba_script_name_set("/forum/Display.php/board/${board}/topic/{$topic}"); return 'Display'; } }