We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51011ce commit 91bc8c0Copy full SHA for 91bc8c0
docs-source/app/assets/scripts/drupal.php
@@ -65,7 +65,7 @@
65
$itemPath = preg_replace('/^\\/drupal-7.95/', '', $itemPath);
66
$itemPath = preg_replace('/^\//', '', $itemPath);
67
68
-$GLOBALS['base_path'] = '/php-wasm' . $docroot . '/';
+$GLOBALS['base_path'] = '/php-wasm' . $docroot;
69
70
$_GET['q'] = $itemPath;
71
docs/scripts/drupal.php
0 commit comments