Adding blank lane at end of index.php

This commit is contained in:
Dan Cryer 2014-04-10 16:31:48 +01:00
parent 2b791b1f3b
commit 1a92779f25

View file

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