switch all utils to initialising dotenv

This commit is contained in:
Sarah Hoffmann
2020-12-16 17:20:58 +01:00
parent 0947b61808
commit 992d3faac8
9 changed files with 26 additions and 13 deletions

View File

@@ -2,7 +2,7 @@
require_once(CONST_LibDir.'/init-cmd.php');
loadSettings(false);
loadSettings(getcwd());
$term_colors = array(
'green' => "\033[92m",