Changeset 2295
- Timestamp:
- 09/11/07 10:18:20 (6 years ago)
- Files:
-
- 1 modified
-
website/lib/views/admin/LogoutForm.class.php (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
website/lib/views/admin/LogoutForm.class.php
r2294 r2295 18 18 19 19 $this->mergeField('title', 'ADMIN - UMIT :: Login'); 20 header("Location: ?active=login"); 20 21 21 $this->_preProcess(); 22 22 $auth = new Authenticator; … … 25 25 26 26 $this->loadTemplate("../../admin/templates/$tname/template_login"); 27 27 28 parent::processRequest(); 28 29 … … 30 31 31 32 } 33 function doGet() 34 { 35 header("Location: ?active=login"); 36 } 32 37 33 38 }
