Installation rapide : check localhost
Grummfy opened this issue · 0 comments
Grummfy commented
Il faudrait définir une constante dans l'installation (afin d'éventuellement pouvoir la modifier) afin de vérifier correctement si on est bien en mode local
define('IS_LOCALHOST', $_SERVER['SERVER_ADDR'] === '127.0.0.1' || $_SERVER['SERVER_ADDR'] === '::1');