Skip to content

Commit

Permalink
Update OPCacheTrait.php
Browse files Browse the repository at this point in the history
  • Loading branch information
RobiNN1 committed Aug 31, 2024
1 parent a5ecca1 commit 2c88edc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Dashboards/OPCache/OPCacheTrait.php
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ private function getCachedScripts(): array {

private function mainDashboard(): string {
$cached_scripts = $this->getCachedScripts();
$paginator = new Paginator($this->template, $cached_scripts, [['ignore', 'pp'], ['p' => '']]);
$paginator = new Paginator($this->template, $cached_scripts, [['ignore', 'pp', 's'], ['p' => '']]);
$is_ignored = isset($_GET['ignore']) && $_GET['ignore'] === 'yes';
$status = opcache_get_status(false);

Expand Down

0 comments on commit 2c88edc

Please sign in to comment.