Skip to content

Commit

Permalink
rf
Browse files Browse the repository at this point in the history
  • Loading branch information
klevo committed Aug 6, 2009
1 parent 7e23ba9 commit bd86ea6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions app/app_controller.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,11 @@
/**
* Wildflower AppController
*
* If you have a custom AppController in your application, you need to merge
* the functionality with this. It's essential for Wildflower's functionality.
*
* WF AppController does:
* - authentificate users
* - set WF Configure settings
* - load necessary Helpers and Components
* - provides some generic controller actions
* - provides some global controller actions like delete (@TODO: this could be dangerous - revisit)
*/
App::import('Sanitize');
App::import('Core', 'l10n');
Expand Down

0 comments on commit bd86ea6

Please sign in to comment.