Skip to content

Commit

Permalink
Merge pull request cakephp#626 from inoas/patch-15
Browse files Browse the repository at this point in the history
Had issues with Asset.timestamp
  • Loading branch information
markstory authored Sep 5, 2018
2 parents 4dca41e + d1564f6 commit 1e6bf15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions config/paths.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,10 @@

/**
* File path to the webroot directory.
*
* To derive your webroot from your webserver change this to:
*
* `define('WWW_ROOT', rtrim($_SERVER['DOCUMENT_ROOT'], DS) . DS);`
*/
define('WWW_ROOT', ROOT . DS . 'webroot' . DS);

Expand Down

0 comments on commit 1e6bf15

Please sign in to comment.