Help for this page

Select Code to Download


  1. or download this
    /configdir/global.conf:
        site:
    ...
               home:     My::Home
    
    etc
    
  2. or download this
       print C('global.site.handlers.login')
    
  3. or download this
    /configdir/global.conf
    /configdir/global/site/handlers.conf
    
  4. or download this
    /configdir/global/site/local.conf:
      handlers:
         login:   New::Login
    
  5. or download this
    package Config;
    
    ...
    }
    
    1