Adding blank lane at end of index.php

This commit is contained in:
Dan Cryer 2014-04-10 16:31:48 +01:00
parent 8a7f048f4c
commit 89432dac08

View file

@ -16,3 +16,4 @@ require_once('../bootstrap.php');
$fc = new PHPCI\Application($config, new b8\Http\Request());
print $fc->handleRequest();