summaryrefslogtreecommitdiffstats
path: root/web
diff options
context:
space:
mode:
authorDracony <draconyster@gmail.com>2015-07-16 10:20:41 +0200
committerDracony <draconyster@gmail.com>2015-07-16 10:20:41 +0200
commitd86b82ae549f77b8a45d7b36f50116d965f2d836 (patch)
treec3abf10271d979cd7478dd12d53791e9c633eeaa /web
parent8397f2f932f048552d3b2f93e89621519d297e48 (diff)
downloadPHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.zip
PHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.tar.gz
PHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.tar.bz2
initialize the debugger
Diffstat (limited to 'web')
-rwxr-xr-xweb/index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/index.php b/web/index.php
index 48c1dd7..33100f8 100755
--- a/web/index.php
+++ b/web/index.php
@@ -3,4 +3,5 @@
require_once(__DIR__.'/../vendor/autoload.php');
$framework = new Project\Framework();
+$framework->registerDebugHandlers();
$framework->processHttpSapiRequest(); \ No newline at end of file