Internal - Format code

pull/3464/head
Julio Montoya 5 years ago
parent 5139a44d61
commit 9b8cb74ab4
  1. 1
      public/main/inc/global.inc.php

@ -17,7 +17,6 @@ define('USERNAME_MAX_LENGTH', 100);
require_once __DIR__.'/../../../vendor/autoload.php'; require_once __DIR__.'/../../../vendor/autoload.php';
try { try {
// Get settings from .env.local file created. // Get settings from .env.local file created.
$envFile = __DIR__.'/../../../.env.local'; $envFile = __DIR__.'/../../../.env.local';
if (file_exists($envFile)) { if (file_exists($envFile)) {

Loading…
Cancel
Save