1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-14 17:21:35 +01:00

Version 0.9.2

This commit is contained in:
2018-01-09 22:36:45 +01:00
parent f1b58a03f3
commit cb20328a6a
7 changed files with 64 additions and 31 deletions

View File

@@ -1,5 +1,5 @@
<?php
define('VERSION','0.9.1');
define('VERSION','0.9.2');
require_once 'lib/loadTwig.php';
$db_file = __DIR__."/sqlite.db3";