upgraded to D10

This commit is contained in:
2024-09-18 21:15:11 +02:00
parent 96adc9b216
commit 6935b1c9c5
219 changed files with 2644 additions and 2732 deletions
+1 -1
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 {