diff options
author | Dracony <draconyster@gmail.com> | 2015-07-16 10:20:41 +0200 |
---|---|---|
committer | Dracony <draconyster@gmail.com> | 2015-07-16 10:20:41 +0200 |
commit | d86b82ae549f77b8a45d7b36f50116d965f2d836 (patch) | |
tree | c3abf10271d979cd7478dd12d53791e9c633eeaa /web | |
parent | 8397f2f932f048552d3b2f93e89621519d297e48 (diff) | |
download | PHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.zip PHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.tar.gz PHPixie-d86b82ae549f77b8a45d7b36f50116d965f2d836.tar.bz2 |
initialize the debugger
Diffstat (limited to 'web')
-rwxr-xr-x | web/index.php | 1 |
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 |