diff --git a/application/routes.php b/application/routes.php index a13a171c..91d17aa9 100644 --- a/application/routes.php +++ b/application/routes.php @@ -35,9 +35,6 @@ Route::get('/', function() { - $content = file_get_contents(path('app').'views/home/index.php'); - $matches = preg_match('/(\s*)@forelse(\s*\(.*\))(.+)@endforelse/m', $content); - die(var_dump($matches)); return View::make('home.index'); }); diff --git a/application/views/home/index.php b/application/views/home/index.php index 093f8c30..156c36ab 100644 --- a/application/views/home/index.php +++ b/application/views/home/index.php @@ -101,10 +101,6 @@
You've landed yourself on our default home page. The route that is generating this page lives at: