From 81423fd5e10c4d5471ec42125b672f44034f482b Mon Sep 17 00:00:00 2001 From: Guillaume Chopelet 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/'; +}