mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2026-07-26 01:46:30 +00:00
Include license statement
This commit is contained in:
@@ -1,11 +1,35 @@
|
||||
<?php
|
||||
|
||||
/*
|
||||
|
||||
werwolfonline, a php web game
|
||||
Copyright (C) 2023
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
the Free Software Foundation, either version 3 of the License, or
|
||||
(at your option) any later version.
|
||||
|
||||
This program is distributed in the hope that it will be useful,
|
||||
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
||||
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
|
||||
GNU General Public License for more details.
|
||||
|
||||
You should have received a copy of the GNU General Public License
|
||||
along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
|
||||
*/
|
||||
|
||||
//Settings:
|
||||
define ("_NOGAMECREATIONERRORMESSAGE", ""); //Falls nicht "": Kein Spiel kann erstellt werden, stattdessen wird der string angezeigt.
|
||||
//define ("_NOGAMECREATIONERRORMESSAGE", "Wartungsarbeiten bis ..."); //Falls nicht "": Kein Spiel kann erstellt werden, stattdessen wird der string angezeigt.
|
||||
define("_LISTMAXRELOADTIME",3000);
|
||||
define("_MAXPLAYERS",50);
|
||||
|
||||
//Constants, do not change!
|
||||
|
||||
///////////////////////////////////
|
||||
// Constants, do not change!
|
||||
///////////////////////////////////
|
||||
define("_VERSION","v1.2.7");
|
||||
|
||||
//Phasen
|
||||
|
||||
Reference in New Issue
Block a user