mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 00:37:52 +00:00
[OPTIMISATION] Optimisations + bugfixes.
- Fixed references to Pecee framework. - Fixed variables not being initialised before usage. - Cleaned up duplicate checks. - Other small optimisations and bugfixes.
This commit is contained in:
@@ -26,7 +26,7 @@ class Response {
|
||||
}
|
||||
|
||||
public function refresh() {
|
||||
$this->redirect(url());
|
||||
$this->redirect(Request::getInstance()->getUri());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user