mirror of
https://github.com/foin137/werwolfonline.eu.git
synced 2025-12-12 11:21:22 +00:00
version-constant
Added a constant that contains the version and that is defined in constants.php
This commit is contained in:
@@ -1756,7 +1756,7 @@ if (isset($_COOKIE['SpielID']))
|
||||
?>
|
||||
</section>
|
||||
<footer id="info">
|
||||
v1.2.1, Erstellt von Florian Lindenbauer<br>
|
||||
<?php echo "". _VERSION ?>, Erstellt von Florian Lindenbauer<br>
|
||||
<a href="http://www.werwolfonline.eu/info" target="_blank">Was ist Werwolf</a><br>
|
||||
<a href="http://www.werwolfonline.eu/info/index.php/anleitung" target="_blank">Anleitung</a><br>
|
||||
</footer>
|
||||
|
||||
@@ -1,8 +1,9 @@
|
||||
<?php
|
||||
//Phasen
|
||||
|
||||
//Constants
|
||||
define("_VERSION","v1.2.2");
|
||||
define("_LISTMAXRELOADTIME",3000);
|
||||
|
||||
//Phasen
|
||||
define ("PHASESETUP",0);
|
||||
define ("PHASESPIELSETUP",1);
|
||||
define ("PHASENACHTBEGINN",2);
|
||||
|
||||
Reference in New Issue
Block a user