mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-16 23:39:54 +03:00
Fixed typo and added link to my website
This commit is contained in:
parent
3e9161efb0
commit
4e852aab9b
2 changed files with 2 additions and 2 deletions
|
@ -77,7 +77,7 @@ class RedirectMiddleware implements MiddlewareInterface
|
|||
$this->visitTracker->track($shortCode);
|
||||
|
||||
// Return a redirect response to the long URL.
|
||||
// Use a temporary redirect to make sure browsers aleways hit the server for analytics purposes
|
||||
// Use a temporary redirect to make sure browsers always hit the server for analytics purposes
|
||||
return new RedirectResponse($longUrl);
|
||||
} catch (\Exception $e) {
|
||||
// In case of error, dispatch 404 error
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
<hr />
|
||||
{% block footer %}
|
||||
<p>
|
||||
© {{ "now" | date("Y") }} by Alejandro Celaya.
|
||||
© {{ "now" | date("Y") }} by <a href="http://www.alejandrocelaya.com">Alejandro Celaya</a>.
|
||||
</p>
|
||||
{% endblock %}
|
||||
</div>
|
||||
|
|
Loading…
Add table
Reference in a new issue