mirror of
https://github.com/simon987/Much-Assembly-Required-Frontend.git
synced 2025-12-14 07:09:06 +00:00
Should be able to run on PHP >= 5.5
This commit is contained in:
@@ -1,10 +1,4 @@
|
||||
<?php
|
||||
/**
|
||||
* Created by PhpStorm.
|
||||
* User: simon
|
||||
* Date: 24/09/17
|
||||
* Time: 1:59 PM
|
||||
*/
|
||||
|
||||
class MessageCookie
|
||||
{
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
{
|
||||
/**
|
||||
|
||||
@@ -12,4 +12,3 @@ define("MAR_SERVER_NAME", "Official MAR server");
|
||||
|
||||
//Plugins
|
||||
//Version
|
||||
//Server name
|
||||
Reference in New Issue
Block a user