include all queries from navigation in debug statistics (by not closing session file before script ends)
This commit is contained in:
@@ -70,7 +70,10 @@ if (isset($_REQUEST['pos'])) {
|
||||
$pos = $_SESSION['userconf']['navi_limit_offset'];
|
||||
|
||||
// free the session file, for the other frames to be loaded
|
||||
// but only if debugging is not enabled
|
||||
if (empty($_SESSION['debug'])) {
|
||||
session_write_close();
|
||||
}
|
||||
|
||||
/**
|
||||
* the output compression library
|
||||
|
Reference in New Issue
Block a user