We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
wehowski
Learn more about funding links in repositories.
Report abuse
There was an error while loading. Please reload this page.
1 parent c30e062 commit 3ced863Copy full SHA for 3ced863
public/index.php
@@ -122,6 +122,7 @@ function cleanArray($didYouMeans){
122
123
$moduleDirs = [
124
__DIR__ . \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR.'php-node_modules'. \DIRECTORY_SEPARATOR,
125
+ __DIR__ . \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR.'php-noddy_modules'. \DIRECTORY_SEPARATOR,
126
];
127
128
$uri = substr($_SERVER['REQUEST_URI'], strlen('/'.basename(__DIR__)), strlen($_SERVER['REQUEST_URI']) );
0 commit comments