diff --git a/plugins/php/conf/app_start.php b/plugins/php/conf/app_start.php index 7fad66f75..b69a443d9 100644 --- a/plugins/php/conf/app_start.php +++ b/plugins/php/conf/app_start.php @@ -36,7 +36,9 @@ function app_xhprof_end() { $profiler_url = sprintf('http://{$LOCAL_IP}:5858/index.php?run=%s&source=xhprof_foo', $run_id); // echo ""; - echo 'Profiler output'; + + $style_css = 'bottom: 0px;right: 0px;z-index: 100000000;color: red;background-color: black;padding: 0px;margin: 0px;'; + echo 'XHProf分析结果'; }