// isset($_GET['q']) is needed on IIS when calling the front page. q is not set.
// Don't interfere with private files/images.
return
+ devel_verify_cli() ||
isset($GLOBALS['devel_shutdown']) ||
strstr($_SERVER['PHP_SELF'], 'update.php') ||
(isset($_GET['q']) && (
}
}
- // don't append gunk to CLI scripts
- if (devel_verify_cli()) {
- return;
- }
-
if (isset($user) && user_access('access devel information')) {
list($counts, $query_summary) = devel_query_summary();
// Query log off, timer on.