mirror of
https://github.com/sbrl/Pepperminty-Wiki.git
synced 2024-11-22 04:23:01 +00:00
pageindex: Unset stray global
This commit is contained in:
parent
85fb5cd6c1
commit
ead1663849
1 changed files with 1 additions and 0 deletions
|
@ -89,4 +89,5 @@ else
|
|||
$pageindex = json_decode(file_get_contents($paths->pageindex));
|
||||
$env->perfdata->pageindex_decode_time = round((microtime(true) - $pageindex_read_start)*1000, 3);
|
||||
header("x-pageindex-decode-time: " . $env->perfdata->pageindex_decode_time . "ms");
|
||||
unset($pageindex_read_start);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue