X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=public%2Findex.php;h=56cf3a27fb6119c75db0cd626237eed489fe6a5d;hb=904fc60f05894d6207e9ae85abda8c94283f7d28;hp=853c0916398ec77e7878c34c8ec99ff8d5aaa2e0;hpb=fc6b583627d21a26de8268df800fd44fbb9ac30d;p=mdref%2Fmdref diff --git a/public/index.php b/public/index.php index 853c091..56cf3a2 100644 --- a/public/index.php +++ b/public/index.php @@ -20,8 +20,4 @@ new ExceptionHandler; $reference = new Reference(($refs = getenv("REFPATH")) ? explode(PATH_SEPARATOR, $refs) : glob(ROOT."/refs/*")); $action = new Action($reference, new Request, new Response, new BaseUrl); - -ob_start($response); $action->handle(); -ob_end_flush(); -$response->send();