Skip to content

Commit

Permalink
QA: clog.php is not a console page
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWitness committed Dec 23, 2024
1 parent 4dfbb15 commit 7ffb9e5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lib/html.php
Original file line number Diff line number Diff line change
Expand Up @@ -2047,6 +2047,10 @@ function is_console_page($url) {
return true;
}

if ($basename == 'clog.php') {
return false;
}

if (api_plugin_hook_function('is_console_page', $url) != $url) {
return true;
}
Expand Down

0 comments on commit 7ffb9e5

Please sign in to comment.