Skip to content

Commit d5c91ca

Browse files
authored
Update FPC.php
1 parent c437613 commit d5c91ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Mage/FPC/FPC.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,9 @@ public function fly()
4949
}
5050

5151
//For app folder
52-
//$config = require __DIR__ . '/../../../../app/etc/env.php';
52+
$config = require __DIR__ . '/../../../../app/etc/env.php';
5353
//For Composer Folder ToDO: remove src from the composer to make app = to vendor
54-
$config = require __DIR__ . '/../../../../../../app/etc/env.php';
54+
// $config = require __DIR__ . '/../../../../../../app/etc/env.php';
5555

5656
//https://github.com/phpredis/phpredis/blob/develop/INSTALL.markdown
5757

0 commit comments

Comments
 (0)