Skip to content

Commit 3ced863

Browse files
authored
Update index.php
1 parent c30e062 commit 3ced863

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

public/index.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,7 @@ function cleanArray($didYouMeans){
122122

123123
$moduleDirs = [
124124
__DIR__ . \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR.'php-node_modules'. \DIRECTORY_SEPARATOR,
125+
__DIR__ . \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR. '..'. \DIRECTORY_SEPARATOR.'php-noddy_modules'. \DIRECTORY_SEPARATOR,
125126
];
126127

127128
$uri = substr($_SERVER['REQUEST_URI'], strlen('/'.basename(__DIR__)), strlen($_SERVER['REQUEST_URI']) );

0 commit comments

Comments
 (0)