Skip to content

Commit 66640ac

Browse files
committed
change example 'servername' in sample config. the database column is a CHAR(3), so using the old example broke the queries
1 parent 92b89e7 commit 66640ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xhprof_lib/config.sample.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
$_xhprof['dbpass'] = 'password';
99
$_xhprof['dbname'] = 'xhprof';
1010
$_xhprof['dbadapter'] = 'Pdo';
11-
$_xhprof['servername'] = 'myserver';
11+
$_xhprof['servername'] = 's01';
1212
$_xhprof['namespace'] = 'myapp';
1313
$_xhprof['url'] = 'http://url/to/xhprof/xhprof_html';
1414
$_xhprof['getparam'] = "_profile";

0 commit comments

Comments
 (0)