diff options
author | Eugen Rochko <eugen@zeonfederated.com> | 2017-10-09 20:51:24 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-10-09 20:51:24 +0200 |
commit | 92e7815d1dce96ac5e01b10bcfa110aa96487c35 (patch) | |
tree | 4d026d16798578ec2d79ef960d1564f126f63d4d /public | |
parent | 9d97054fe6ad72da1ef70b0a027bb32cb1fbdfb4 (diff) |
Fix #5274 - Create symlink from public/500.html to public/assets/500.html (#5288)
Diffstat (limited to 'public')
l--------- | public/500.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public/500.html b/public/500.html new file mode 120000 index 000000000..45a907808 --- /dev/null +++ b/public/500.html @@ -0,0 +1 @@ +assets/500.html \ No newline at end of file |