Advertisement
Guest User

Untitled

a guest
May 30th, 2017
503
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. <?php
  2. /**
  3.  *
  4.  * @author Roberto Ramirez <roberto_iran@hotmail.com>
  5.  * @copyright 2010
  6.  */
  7. class IndexController extends ApplicationController
  8. {
  9.   public function initialize()
  10.   {
  11.     $this->Auth('/', false); // Si no esta autenticado manda al login.
  12.   }
  13.  
  14.   public function index()
  15.   {
  16.   }
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement