Skip to content

Commit

Permalink
Update index.php
Browse files Browse the repository at this point in the history
  • Loading branch information
Genaker authored Jun 28, 2021
1 parent dbf5094 commit 12afb3a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions vendor/amnuts/opcache-gui/index.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@
die('The Zend OPcache extension is installed but not active');
}

header('Cache-Control: no-cache, must-revalidate');
header('Pragma: no-cache');
@header('Cache-Control: no-cache, must-revalidate');
@header('Pragma: no-cache');

class Service
{
Expand Down

0 comments on commit 12afb3a

Please sign in to comment.