mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-07-03 08:19:58 +00:00
Compare commits
20 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9d88bf10d2 | |||
| dfa4a9aa6c | |||
| 6b8c823427 | |||
| 7c789ea0f8 | |||
| 14360b6779 | |||
| 161fbf6ccf | |||
| 1486095e9f | |||
| 7cb416cfc8 | |||
| a570322e25 | |||
| feb6c8bd41 | |||
| 276f213ccc | |||
| 56457448e4 | |||
| 8ce1540771 | |||
| 3b305ceb00 | |||
| 1f00cf50e6 | |||
| 32bc46be81 | |||
| 1ee71b9ec3 | |||
| 0b8931a2e1 | |||
| 2472079642 | |||
| 4409fbcf4e |
@@ -37,12 +37,12 @@ class Response
|
||||
}
|
||||
|
||||
$this->header('location: ' . $url);
|
||||
die();
|
||||
exit(0);
|
||||
}
|
||||
|
||||
public function refresh()
|
||||
{
|
||||
$this->redirect($this->request->getUri()->getPath());
|
||||
$this->redirect($this->request->getUri()->getOriginalUrl());
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user