1
0
mirror of https://gitlab.com/JKANetwork/CheckServer.git synced 2026-02-26 06:53:46 +01:00
This commit is contained in:
2018-01-15 12:47:23 +01:00
parent 97ac06b224
commit a478f8a587
9 changed files with 16 additions and 9 deletions

View File

@@ -1,7 +1,7 @@
<?php
require_once 'functions.php'; //Preloads functions
require_once 'lib/dbwrapper.php';
define('VERSION','0.9.3');
define('VERSION','0.9.4');
session_start(); //Session in all page
//Preload file
//This function loads all things needed, with optional db things if needed