diff --git a/public/index.php b/public/index.php index a3feb9488c01fbc2ddbbaeb26a9b4f9f504be226..c24a73866b57d6f795e6526ef221f7b842e7cc54 100644 --- a/public/index.php +++ b/public/index.php @@ -90,4 +90,4 @@ if ($xhprof) { $xhprofRunId = $xhprofRuns->save_run($xhprofData, $suffix); $url = "$xhprof?run=$xhprofRunId&source=$suffix"; echo "<a href='$url'>Profiler output</a>"; -} \ No newline at end of file +}