updated to drupal 10.4

This commit is contained in:
2025-03-11 20:12:40 +01:00
parent 591559f428
commit 2896483a9b
271 changed files with 2841 additions and 6308 deletions

View File

@@ -39,7 +39,7 @@ if (file_exists(__DIR__ . $url['path'])) {
// Work around the PHP bug.
$path = $url['path'];
$script = 'index.php';
if (strpos($path, '.php') !== FALSE) {
if (str_contains($path, '.php')) {
// Work backwards through the path to check if a script exists. Otherwise
// fallback to index.php.
do {