We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 55f8ad3 + ad5c5e9 commit 08a33c7Copy full SHA for 08a33c7
index.php
@@ -12,7 +12,7 @@
12
<label for="file">File:</label>
13
<select name="file" id="file">
14
<?php
15
- $dir = ini_get('xdebug.trace_output_dir');
+ $dir = ini_get('xdebug.output_dir');
16
if (!$dir) {
17
$dir = '/tmp/';
18
}
@@ -26,7 +26,7 @@
26
<button type="submit">Load</button>
27
<br/>
28
29
- <p>Files are read from <code>xdebug.trace_output_dir = <?php echo htmlspecialchars($dir) ?></code></p>
+ <p>Files are read from <code>xdebug.output_dir = <?php echo htmlspecialchars($dir) ?></code></p>
30
</form>
31
32
<ul class="help">
0 commit comments