version-constant

Added a constant that contains the version and that is defined in constants.php
This commit is contained in:
foin137
2020-09-13 14:58:39 +02:00
parent c1aa3b49f6
commit 038bc3c3e6
2 changed files with 5 additions and 4 deletions

View File

@@ -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);