diff options
author | jokkedk <joakim@jokke.dk> | 2010-10-27 10:45:48 +0000 |
---|---|---|
committer | jokkedk <joakim@jokke.dk> | 2010-10-27 10:45:48 +0000 |
commit | 47e5baf65bd52c7d8772b7f17a6641c4082b0ef5 (patch) | |
tree | c826f6a67b7783664a6ca81cbb1598698cc8fb86 | |
parent | 2f2dfcbc28e36fd756dfd544d29afc5d807093ae (diff) | |
download | webgrind-47e5baf65bd52c7d8772b7f17a6641c4082b0ef5.zip webgrind-47e5baf65bd52c7d8772b7f17a6641c4082b0ef5.tar.gz webgrind-47e5baf65bd52c7d8772b7f17a6641c4082b0ef5.tar.bz2 |
[NEW] Shows the path to xdebug output dir on first load
-rw-r--r-- | index.php | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -148,7 +148,7 @@ try { } if ($welcome == '') { - $welcome = 'Select a cachegrind file above'; + $welcome = 'Select a cachegrind file above (looking in '.Webgrind_Config::xdebugOutputDir().')'; } require 'templates/index.phtml'; } |