Skip to content

Commit

Permalink
Changing references from core.php to new config files.
Browse files Browse the repository at this point in the history
  • Loading branch information
renan committed Nov 6, 2012
1 parent 63916d8 commit 4adb6b4
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions App/View/Pages/home.ctp
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ endif;
$settings = Cache::settings('_cake_model_');
if (!empty($settings)):
echo '<span class="notice success">';
echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/cache.php ', '<em>'. $settings['engine'] . 'Engine</em>');
echo __d('cake_dev', 'The %s is being used for core caching. To change the config edit APP/Config/cache.php', '<em>'. $settings['engine'] . 'Engine</em>');
echo '</span>';
else:
echo '<span class="notice">';
Expand All @@ -104,7 +104,7 @@ endif;
echo '</span>';
else:
echo '<span class="notice">';
echo __d('cake_dev', 'Your datasouces configuration file is NOT present.');
echo __d('cake_dev', 'Your datasources configuration file is NOT present.');
echo '<br/>';
echo __d('cake_dev', 'Rename APP/Config/datasources.default.php to APP/Config/datasources.php');
echo '</span>';
Expand Down
4 changes: 2 additions & 2 deletions index.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
*
* This file collects requests if:
* - no mod_rewrite is available or .htaccess files are not supported
* - requires App.baseUrl to be uncommented in app/Config/core.php
* - app/webroot is not set as a document root.
* - requires App.baseUrl to be uncommented in App/Config/app.php
* - App/webroot is not set as a document root.
*
* PHP 5
*
Expand Down

0 comments on commit 4adb6b4

Please sign in to comment.