Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'tests/lib/xhprof-0.9.2/xhprof_html/index.php')
-rwxr-xr-xtests/lib/xhprof-0.9.2/xhprof_html/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/lib/xhprof-0.9.2/xhprof_html/index.php b/tests/lib/xhprof-0.9.2/xhprof_html/index.php
index 3629336082..f21d32fd5d 100755
--- a/tests/lib/xhprof-0.9.2/xhprof_html/index.php
+++ b/tests/lib/xhprof-0.9.2/xhprof_html/index.php
@@ -35,7 +35,7 @@
// are at the same level.
$GLOBALS['XHPROF_LIB_ROOT'] = dirname(__FILE__) . '/../xhprof_lib';
-include_once $GLOBALS['XHPROF_LIB_ROOT'].'/display/xhprof.php';
+require_once $GLOBALS['XHPROF_LIB_ROOT'].'/display/xhprof.php';
// param name, its type, and default value
$params = array('run' => array(XHPROF_STRING_PARAM, ''),