We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c437613 commit d5c91caCopy full SHA for d5c91ca
Mage/FPC/FPC.php
@@ -49,9 +49,9 @@ public function fly()
49
}
50
51
//For app folder
52
- //$config = require __DIR__ . '/../../../../app/etc/env.php';
+ $config = require __DIR__ . '/../../../../app/etc/env.php';
53
//For Composer Folder ToDO: remove src from the composer to make app = to vendor
54
- $config = require __DIR__ . '/../../../../../../app/etc/env.php';
+ // $config = require __DIR__ . '/../../../../../../app/etc/env.php';
55
56
//https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
57
0 commit comments