~tsep-dev/tsep/0.9-beta

« back to all changes in this revision

Viewing changes to branches/symfony/app/plugins/update/update_app_controller.php

  • Committer: geoffreyfishing
  • Date: 2011-01-11 23:46:12 UTC
  • Revision ID: svn-v4:ae0de26e-ed09-4cbe-9a20-e40b4c60ac6c::125
Created a symfony branch for future migration to symfony

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<?php
 
2
class UpdateAppController extends AppController {
 
3
        
 
4
        function beforeFilter() {
 
5
                parent::beforeFilter();
 
6
                $this->Auth->deny('*');
 
7
        }
 
8
}
 
 
b'\\ No newline at end of file'