Skip to content

Commit 91bc8c0

Browse files
committed
Base path.
1 parent 51011ce commit 91bc8c0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs-source/app/assets/scripts/drupal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
$itemPath = preg_replace('/^\\/drupal-7.95/', '', $itemPath);
6666
$itemPath = preg_replace('/^\//', '', $itemPath);
6767

68-
$GLOBALS['base_path'] = '/php-wasm' . $docroot . '/';
68+
$GLOBALS['base_path'] = '/php-wasm' . $docroot;
6969

7070
$_GET['q'] = $itemPath;
7171

docs/scripts/drupal.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@
6565
$itemPath = preg_replace('/^\\/drupal-7.95/', '', $itemPath);
6666
$itemPath = preg_replace('/^\//', '', $itemPath);
6767

68-
$GLOBALS['base_path'] = '/php-wasm' . $docroot . '/';
68+
$GLOBALS['base_path'] = '/php-wasm' . $docroot;
6969

7070
$_GET['q'] = $itemPath;
7171

0 commit comments

Comments
 (0)