Skip to content

Commit d01c021

Browse files
committed
moved all the stuff to a subdir
1 parent b288bde commit d01c021

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

index.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
<html>
33
<head>
44
<title>XDebug Trace Tree</title>
5-
<link rel="stylesheet" href="style.css">
5+
<link rel="stylesheet" href="res/style.css">
66
<script src="https://code.jquery.com/jquery-2.2.1.min.js"></script>
7-
<script src="script.js"></script>
7+
<script src="res/script.js"></script>
88
</head>
99
<body>
1010

@@ -23,7 +23,7 @@
2323
?>
2424
</select>
2525
<button type="submit">Load</button><br />
26-
Files are read from xdebug.trace_output_dir = <?php echo htmlspecialchars($dir)?>
26+
<p>Files are read from <code>xdebug.trace_output_dir = <?php echo htmlspecialchars($dir)?></code></p>
2727
</form>
2828

2929
<ul class="help">
@@ -44,7 +44,7 @@ functions</label>
4444
<?php
4545

4646
if (!empty($_REQUEST['file'])) {
47-
require_once 'XDebugParser.php';
47+
require_once 'res/XDebugParser.php';
4848
$parser = new XDebugParser($_REQUEST['file']);
4949
$parser->parse();
5050
echo $parser->getTraceHTML();
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
 (0)