Merge pull request #3 from foin137/remove-default-text

Remove default text
This commit is contained in:
foin137
2020-03-27 23:06:10 +01:00
committed by GitHub
2 changed files with 5 additions and 4 deletions

View File

@@ -1450,7 +1450,7 @@ p#liste {
`dieseNachtGestorben` INT (2) DEFAULT 0 ,
`countdownBis` INT (10) DEFAULT 0 ,
`countdownAb` INT (10) DEFAULT 0 ,
`playerlog` LONGTEXT DEFAULT '' ,
`playerlog` LONGTEXT ,
`bereit` INT (2) NULL ,
`reload` INT (2) NULL ,
`verifizierungsnr` INT ( 5 ) DEFAULT 0
@@ -1491,9 +1491,9 @@ p#liste {
`dorfzusatz` INT ( 10 ) DEFAULT 10 ,
`dorfstichwahltimer` INT ( 10 ) DEFAULT 200 ,
`dorfstichwahlzusatz` INT ( 10 ) DEFAULT 5 ,
`tagestext` TEXT DEFAULT NULL ,
`tagestext` TEXT ,
`nacht` INT ( 5 ) DEFAULT 1 ,
`log` LONGTEXT DEFAULT '' ,
`log` LONGTEXT ,
`list_lebe` LONGTEXT,
`list_lebe_aktualisiert` BIGINT DEFAULT 0,
`list_tot` LONGTEXT,
@@ -1618,7 +1618,7 @@ p#liste {
}
?>
<hr>
<br>v1.0.3, Erstellt von Florian Lindenbauer
<br>v1.0.4, Erstellt von Florian Lindenbauer
<br>
<form action="Werwolf.php" method="post">
<p id = 'normal' align = "center">Löst oft viele Probleme: <input type="submit" value = "Reload" /></p>

1
log/logs.txt Normal file
View File

@@ -0,0 +1 @@
hier werden die Log-Files gespeichert