This commit is contained in:
2017-02-01 03:59:36 +01:00
parent 2dce9e4e8b
commit 989a8b831e
6 changed files with 31 additions and 5 deletions

View File

@ -1,6 +1,6 @@
<?php
define("APP_VERSION", "0.1-pre");
if (!defined('APP_VERSION')) define("APP_VERSION", "0.1-pre");
require_once __DIR__."/../vendor/autoload.php";
require_once __DIR__."/systemtest.php";