Skip to content

Commit 77e3798

Browse files
Pantheon Automationpwtyler
Pantheon Automation
authored andcommitted
Update to Drupal 7.95. For more information, see https://www.drupal.org/project/drupal/releases/7.95
1 parent 02ca720 commit 77e3798

File tree

3 files changed

+7
-2
lines changed

3 files changed

+7
-2
lines changed

CHANGELOG.txt

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Drupal 7.95, 2023-03-15
2+
-----------------------
3+
- Fixed security issues:
4+
- SA-CORE-2023-004
5+
16
Drupal 7.94, 2022-12-14
27
-----------------------
38
- Hotfix for book.module and Select query properties

includes/bootstrap.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
/**
99
* The current system version.
1010
*/
11-
define('VERSION', '7.94');
11+
define('VERSION', '7.95');
1212

1313
/**
1414
* Core API compatibility.

modules/system/system.admin.inc

+1-1
Original file line numberDiff line numberDiff line change
@@ -2385,7 +2385,7 @@ function system_run_cron() {
23852385
* Menu callback: return information about PHP.
23862386
*/
23872387
function system_php() {
2388-
phpinfo();
2388+
phpinfo(~ (INFO_VARIABLES | INFO_ENVIRONMENT));
23892389
drupal_exit();
23902390
}
23912391

0 commit comments

Comments
 (0)