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

@@ -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
{
/**