Should be able to run on PHP >= 5.5

This commit is contained in:
simon
2017-11-25 09:44:34 -05:00
parent e3ab67e95c
commit 24f7fd670a
7 changed files with 17 additions and 33 deletions

View File

@@ -1,10 +1,4 @@
<?php
/**
* Created by PhpStorm.
* User: simon
* Date: 24/09/17
* Time: 1:59 PM
*/
class MessageCookie
{

View File

@@ -1,9 +1,5 @@
<?php
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
include_once "include/config.php";
class SessionManager

View File

@@ -2,10 +2,6 @@
include_once "include/SqlConnection.php";
ini_set('display_errors', 1);
ini_set('display_startup_errors', 1);
error_reporting(E_ALL);
class TokenManager
{
/**

View File

@@ -12,4 +12,3 @@ define("MAR_SERVER_NAME", "Official MAR server");
//Plugins
//Version
//Server name