Changeset 1649
- Timestamp:
- 12/30/2007 01:46:32 PM (12 months ago)
- Files:
-
- 1 modified
-
branches/website/application/controllers/admin.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
branches/website/application/controllers/admin.php
r1648 r1649 23 23 } 24 24 25 if ($this->uri->segment(2) !== 'login' )25 if ($this->uri->segment(2) !== 'login' AND $this->uri->segment(2) !== 'log_out') 26 26 { 27 27 // User must be logged in
