From 46cd9641bb5bea5e53eabe6bac73b252953fb822 Mon Sep 17 00:00:00 2001 From: Chris Date: Thu, 31 Jan 2019 11:02:57 +0100 Subject: [PATCH] Deleted old route test --- index.php | 6 ------ 1 file changed, 6 deletions(-) diff --git a/index.php b/index.php index fa45240..4cb7711 100644 --- a/index.php +++ b/index.php @@ -25,12 +25,6 @@ function navi () { // Include router class include('Route.php'); -// Add navigation route (startpage) -Route::add('/',function(){ - navi(); - echo 'Welcome :-)'; -}); - // Add base route (startpage) Route::add('/',function(){ navi();