modifs.mineures sans commentaires
This commit is contained in:
parent
88c0ebf1c2
commit
be38f7eb6e
|
@ -1,14 +0,0 @@
|
|||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<project version="4">
|
||||
<component name="PhpTestFrameworkVersionCache">
|
||||
<tools_cache>
|
||||
<tool tool_name="PHPUnit">
|
||||
<cache>
|
||||
<versions>
|
||||
<info id="Local/vendor/autoload.php" version="9.6.20" />
|
||||
</versions>
|
||||
</cache>
|
||||
</tool>
|
||||
</tools_cache>
|
||||
</component>
|
||||
</project>
|
|
@ -120,7 +120,7 @@ class app {
|
|||
}
|
||||
$this->name = $name;
|
||||
$this->title = $params["title"] ?? null;
|
||||
$appcode = strtoupper($appcode);
|
||||
$appcode = str_replace("-", "_", strtoupper($appcode));
|
||||
# profile
|
||||
$profile = getenv("${appcode}_PROFILE");
|
||||
if ($profile === false) $profile = getenv("APP_PROFILE");
|
||||
|
|
Loading…
Reference in New Issue