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分析结果';
}