Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2021-06-14 | Remove more redundant try/catch blocks | Thomas Lange | 1 | -43/+34 | |
Remove all try/catch blocks where the exception handling did not differ from the exception handler already defined by "set_exception_handler". | |||||
2019-10-29 | Remove PHP closing tags and add LF to text files | Thomas Lange | 1 | -1/+0 | |
Remove the unnecessary PHP closing tags and ensure that *all* text files ending with a LF character. | |||||
2017-04-11 | The system directory has been moved to a non-public directory. After the ↵v1.2 | Thomas Lange | 1 | -0/+90 | |
commit e33c245d910e55b8cab407a03e669470509a705d, it is no longer necessary that the directory is publicly accessible via HTTP because all requests are running through the router. |