File tree 2 files changed +3
-3
lines changed 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 54
54
|
55
55
*/
56
56
57
- 'profiler ' => true ,
57
+ 'profiler ' => false ,
58
58
59
59
/*
60
60
|--------------------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ public static function base()
61
61
62
62
$ base = 'http://localhost ' ;
63
63
64
- // If the application URL configuration is set, we will just use that
64
+ // If the application's URL configuration is set, we will just use that
65
65
// instead of trying to guess the URL from the $_SERVER array's host
66
66
// and script variables as this is more reliable.
67
67
if (($ url = Config::get ('application.url ' )) !== '' )
@@ -72,7 +72,7 @@ public static function base()
72
72
{
73
73
$ f = Request::foundation ();
74
74
75
- $ base = $ f ->getScheme ().':// ' .$ f ->getHttpHost ().$ f ->getBaseUrl ();
75
+ $ base = $ f ->getScheme ().':// ' .$ f ->getHttpHost ().$ f ->getBasePath ();
76
76
}
77
77
78
78
return static ::$ base = $ base ;
You can’t perform that action at this time.
0 commit comments