Skip to content

Commit

Permalink
Update to Drupal 7.95. For more information, see https://www.drupal.o…
Browse files Browse the repository at this point in the history
  • Loading branch information
Pantheon Automation authored and pwtyler committed Mar 15, 2023
1 parent 02ca720 commit 77e3798
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Drupal 7.95, 2023-03-15
-----------------------
- Fixed security issues:
- SA-CORE-2023-004

Drupal 7.94, 2022-12-14
-----------------------
- Hotfix for book.module and Select query properties
Expand Down
2 changes: 1 addition & 1 deletion includes/bootstrap.inc
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
/**
* The current system version.
*/
define('VERSION', '7.94');
define('VERSION', '7.95');

/**
* Core API compatibility.
Expand Down
2 changes: 1 addition & 1 deletion modules/system/system.admin.inc
Original file line number Diff line number Diff line change
Expand Up @@ -2385,7 +2385,7 @@ function system_run_cron() {
* Menu callback: return information about PHP.
*/
function system_php() {
phpinfo();
phpinfo(~ (INFO_VARIABLES | INFO_ENVIRONMENT));
drupal_exit();
}

Expand Down

0 comments on commit 77e3798

Please sign in to comment.