Changing default route behavior to block
This commit is contained in:
@@ -76,7 +76,7 @@ class Route
|
||||
/*
|
||||
* Can execute other route after this one?
|
||||
*/
|
||||
public $_block = false;
|
||||
public $_block = true;
|
||||
|
||||
/*
|
||||
* Is there a problem witch one?
|
||||
@@ -354,4 +354,4 @@ class Route
|
||||
];
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user