Advertisement
Guest User

Untitled

a guest
Jul 24th, 2014
219
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. class Admin extends CI_Controller
  2. {
  3.     function index()
  4.     {
  5.         checkAdmin();
  6.             echo "normal human beings shall not pass"
  7.     }
  8.    
  9.     function randomPage()
  10.     {
  11.         //really important stuff
  12.     }  
  13. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement