File tree 12 files changed +12
-12
lines changed
12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'cache ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'cache ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'i18n ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'i18n ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
Original file line number Diff line number Diff line change 10
10
11
11
$ app = 'frontend ' ;
12
12
$ debug = false ;
13
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
13
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
14
14
return ;
15
15
}
16
16
Original file line number Diff line number Diff line change 9
9
*/
10
10
11
11
$ app = 'frontend ' ;
12
- if (!include ( __DIR__ .'/../bootstrap/functional.php ' ) ) {
12
+ if (!include __DIR__ .'/../bootstrap/functional.php ' ) {
13
13
return ;
14
14
}
15
15
You can’t perform that action at this time.
0 commit comments