File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
framework-bundle/4.2/public Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -33,6 +33,6 @@ if ($_SERVER['APP_DEBUG']) {
33
33
}
34
34
}
35
35
36
- $ kernel = new Kernel ($ _SERVER ['APP_ENV ' ], (bool ) $ _SERVER ['APP_DEBUG ' ], dirname ( __DIR__ ) );
36
+ $ kernel = new Kernel ($ _SERVER ['APP_ENV ' ], (bool ) $ _SERVER ['APP_DEBUG ' ]);
37
37
$ application = new Application ($ kernel );
38
38
$ application ->run ($ input );
Original file line number Diff line number Diff line change 20
20
Request::setTrustedHosts ([$ trustedHosts ]);
21
21
}
22
22
23
- $ kernel = new Kernel ($ _SERVER ['APP_ENV ' ], (bool ) $ _SERVER ['APP_DEBUG ' ], dirname ( __DIR__ ) );
23
+ $ kernel = new Kernel ($ _SERVER ['APP_ENV ' ], (bool ) $ _SERVER ['APP_DEBUG ' ]);
24
24
$ request = Request::createFromGlobals ();
25
25
$ response = $ kernel ->handle ($ request );
26
26
$ response ->send ();
You can’t perform that action at this time.
0 commit comments