From 581aeddc116a33e086763e194ceb74722d6672a8 Mon Sep 17 00:00:00 2001 From: Angie Byron Date: Wed, 8 Dec 2010 06:44:52 +0000 Subject: #941288 by David_Rothstein: Fixed overlay behaviour on phpinfo() link. --- modules/system/system.module | 3 +++ 1 file changed, 3 insertions(+) (limited to 'modules/system') diff --git a/modules/system/system.module b/modules/system/system.module index 8a415ab38..46c4838c8 100644 --- a/modules/system/system.module +++ b/modules/system/system.module @@ -3894,6 +3894,9 @@ function system_admin_paths() { 'admin' => TRUE, 'admin/*' => TRUE, 'batch' => TRUE, + // This page should not be treated as administrative since it outputs its + // own content (outside of any administration theme). + 'admin/reports/status/php' => FALSE, ); return $paths; } -- cgit v1.2.3