Skip to content

Commit

Permalink
update variable base_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
smita786 committed Jun 8, 2015
1 parent 1c83700 commit 6700e34
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/paths.php
Expand Up @@ -77,7 +77,7 @@
* CakePHP should always be installed with composer, so look there.
*/
define('CAKE_CORE_INCLUDE_PATH', ROOT . DS . 'vendor' . DS . 'cakephp' . DS . 'cakephp');
define("BASE_DIR", "error-reporting-server/");
define("BASE_DIR", "");

/**
* Path to the cake directory.
Expand Down

0 comments on commit 6700e34

Please sign in to comment.