From 43f752afbc3801a76f5eebcfc8b3343c73c07e9a Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 4 Jan 2025 13:01:57 +0800 Subject: [PATCH] update --- plugins/php-apt/conf/app_start.php | 6 ++++-- plugins/php-yum/conf/app_start.php | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/plugins/php-apt/conf/app_start.php b/plugins/php-apt/conf/app_start.php index 5bff93d38..5d1b7ce8c 100644 --- a/plugins/php-apt/conf/app_start.php +++ b/plugins/php-apt/conf/app_start.php @@ -35,8 +35,10 @@ function app_xhprof_end() { $run_id = $xhprof_runs->save_run($xhprof_data, 'xhprof_foo'); $profiler_url = sprintf('http://{$LOCAL_IP}:5858/index.php?run=%s&source=xhprof_foo', $run_id); - echo ""; - // echo 'Profiler output'; + // echo ""; + + $style_css = 'position:fixed;bottom: 0px;right: 0px;z-index: 100000000;color: red;background-color: black;padding: 0px;margin: 0px;'; + echo 'XHProf分析结果'; } diff --git a/plugins/php-yum/conf/app_start.php b/plugins/php-yum/conf/app_start.php index 5bff93d38..5d1b7ce8c 100644 --- a/plugins/php-yum/conf/app_start.php +++ b/plugins/php-yum/conf/app_start.php @@ -35,8 +35,10 @@ function app_xhprof_end() { $run_id = $xhprof_runs->save_run($xhprof_data, 'xhprof_foo'); $profiler_url = sprintf('http://{$LOCAL_IP}:5858/index.php?run=%s&source=xhprof_foo', $run_id); - echo ""; - // echo 'Profiler output'; + // echo ""; + + $style_css = 'position:fixed;bottom: 0px;right: 0px;z-index: 100000000;color: red;background-color: black;padding: 0px;margin: 0px;'; + echo 'XHProf分析结果'; }