summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorjokkedk <joakim@jokke.dk>2010-10-27 10:45:48 +0000
committerjokkedk <joakim@jokke.dk>2010-10-27 10:45:48 +0000
commit47e5baf65bd52c7d8772b7f17a6641c4082b0ef5 (patch)
treec826f6a67b7783664a6ca81cbb1598698cc8fb86
parent2f2dfcbc28e36fd756dfd544d29afc5d807093ae (diff)
downloadwebgrind-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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index bae2f08..f03039b 100644
--- a/index.php
+++ b/index.php
@@ -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';
}