From 108cf1834daffa1ea52f03d0ee7ecb639363b3e0 Mon Sep 17 00:00:00 2001 From: Slivo Date: Thu, 24 Jan 2019 13:59:06 +0100 Subject: [PATCH] Update ESI url, solves #3 --- Settings.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Settings.php b/Settings.php index b331900..e2ca031 100644 --- a/Settings.php +++ b/Settings.php @@ -69,4 +69,5 @@ class Settings { public static $KILL_LOG_FOLDER = 'logs'; // ESI base URL - public static $ESI_URL = 'https://esi.tech.ccp.is/';} + public static $ESI_URL = 'https://esi.evetech.net/'; +}