We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 02ca720 commit 77e3798Copy full SHA for 77e3798
CHANGELOG.txt
@@ -1,3 +1,8 @@
1
+Drupal 7.95, 2023-03-15
2
+-----------------------
3
+- Fixed security issues:
4
+ - SA-CORE-2023-004
5
+
6
Drupal 7.94, 2022-12-14
7
-----------------------
8
- Hotfix for book.module and Select query properties
includes/bootstrap.inc
@@ -8,7 +8,7 @@
/**
9
* The current system version.
10
*/
11
-define('VERSION', '7.94');
+define('VERSION', '7.95');
12
13
14
* Core API compatibility.
modules/system/system.admin.inc
@@ -2385,7 +2385,7 @@ function system_run_cron() {
2385
* Menu callback: return information about PHP.
2386
2387
function system_php() {
2388
- phpinfo();
+ phpinfo(~ (INFO_VARIABLES | INFO_ENVIRONMENT));
2389
drupal_exit();
2390
}
2391
0 commit comments