Skip to content

Commit

Permalink
Add the missing env() call for non-rewrite systems.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Sep 7, 2013
1 parent 5d4e277 commit 063d713
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion App/App/Config/app.php.default
Expand Up @@ -40,7 +40,7 @@ $config = [
'dir' => 'App',
'webroot' => 'webroot',
'www_root' => WWW_ROOT,
'baseUrl' => false,
// 'baseUrl' => env('SCRIPT_NAME'),
'fullBaseUrl' => false,
'imageBaseUrl' => 'img/',
'cssBaseUrl' => 'css/',
Expand Down

0 comments on commit 063d713

Please sign in to comment.