mirror of
https://github.com/skipperbent/simple-php-router.git
synced 2026-06-17 08:47:52 +00:00
Merge pull request #362 from skipperbent/v3-development
Version 3.4.11.1
This commit is contained in:
@@ -37,12 +37,12 @@ class Response
|
|||||||
}
|
}
|
||||||
|
|
||||||
$this->header('location: ' . $url);
|
$this->header('location: ' . $url);
|
||||||
die();
|
exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
public function refresh()
|
public function refresh()
|
||||||
{
|
{
|
||||||
$this->redirect($this->request->getUri()->getPath());
|
$this->redirect($this->request->getUri()->getOriginalUrl());
|
||||||
}
|
}
|
||||||
|
|
||||||
/**
|
/**
|
||||||
|
|||||||
Reference in New Issue
Block a user