Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
fabio-ivona committed Dec 20, 2023
1 parent bb35aae commit fe58502
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/Containers/Php.php
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public function __construct()
$this->enable_backup_tools();
}

if (env('ENABLE_BACKUP_TOOLS', '0') == '1') {
if (env('ENABLE_OPCACHE', '0') == '1') {
$this->enable_opcache();
}

Expand Down

0 comments on commit fe58502

Please sign in to comment.