Skip to content

Commit e55be0b

Browse files
michalsnneznaika0
andauthored
Update system/Commands/Worker/Views/frankenphp-worker.php.tpl
apply code suggestion Co-authored-by: neznaika0 <ozornick.ks@gmail.com>
1 parent 63185ab commit e55be0b

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

system/Commands/Worker/Views/frankenphp-worker.php.tpl

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,9 @@ if (getcwd() . DIRECTORY_SEPARATOR !== FCPATH) {
4848
*---------------------------------------------------------------
4949
*/
5050

51+
// This is the line that might need to be changed, depending on your folder structure.
5152
require FCPATH . '../app/Config/Paths.php';
53+
// ^^^ Change this line if you move your application folder
5254
$paths = new Paths();
5355

5456
require $paths->systemDirectory . '/Boot.php';

0 commit comments

Comments
 (0)