Commit graph

5 commits

Author SHA1 Message Date
Jannik Beyerstedt
1cd3e2b60b PHP 8: Fix major compatibility issues
PHP8 deprecated, that class member variables can be created outside the class
definition or constructor, which prevented the code to run at all. Additionally
the error handling has changed, which has lead to multiple other errors during
the runtime.
Finally, strftime was deprecated in PHP 8.1.
2023-10-27 20:18:21 +02:00
MaZderMind
2a8180c735 Whitespace 2015-04-06 00:29:03 +02:00
MaZderMind
81f90290f7 use require instead of include 2015-03-31 21:59:22 +02:00
MaZderMind
b5cd8aa32c move init-code into bootstrap-file 2014-11-09 20:28:50 +01:00
MaZderMind
bf4c140f54 31c3 php player site 2014-10-01 10:33:00 +02:00