Changeset 1649

Show
Ignore:
Timestamp:
12/30/2007 01:46:32 PM (12 months ago)
Author:
Shadowhand
Message:

I suppose the logout page needs to be public too... Infinite redirect loop!

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/website/application/controllers/admin.php

    r1648 r1649  
    2323                } 
    2424 
    25                 if ($this->uri->segment(2) !== 'login') 
     25                if ($this->uri->segment(2) !== 'login' AND $this->uri->segment(2) !== 'log_out') 
    2626                { 
    2727                        // User must be logged in