Commit Graph

5 Commits

Author SHA1 Message Date
foin137
eef7b8fcd5 Added "Urwolf", fixed gamelog, display of votes, moved reload button
Added the character "Urwolf"
Fixed a bug when writing to game_log
Shows in the log who voted for whom
Moved reload button
2020-04-10 17:53:16 +02:00
foin137
ca7588ec86 Prepare statements for sql queries, use (int) to avoid nonint inputs
The goal of this edit is to prevent sql injection.
For string inputs like player name -> prepare sql statements.
For other inputs that are integers -> cast to int via (int)
2020-04-05 18:16:30 +02:00
foin137
65bfc7804c Changed Version
Changed Version number to 1.0.4
2020-03-27 23:04:39 +01:00
foin137
3e607546b6 Werwolf.php - removed default for text and longtext
Werwolf.php - removed default for text and longtext, error in sql
2020-03-27 23:03:40 +01:00
foin137
de1a653a5c Upload of the files
Added the already existing files to the repository
2020-03-27 19:57:00 +01:00