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 06cdeba commit e51309eCopy full SHA for e51309e
1 file changed
src/Dashboards/OPCache/OPCacheTrait.php
@@ -105,6 +105,7 @@ private function mainDashboard(array $status): string {
105
$cached_scripts = $this->getCachedScripts($status);
106
107
$paginator = new Paginator($this->template, $cached_scripts);
108
+ $paginator->setUrl([['ignore', 'pp'], ['p' => '']]);
109
110
$is_ignored = isset($_GET['ignore']) && $_GET['ignore'] === 'yes';
111
0 commit comments