mirror of
https://github.com/shlinkio/shlink.git
synced 2025-02-25 18:45:27 -06:00
Fixed typo and added link to my website
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user