2 // Copyright (C) 2011 Cassian LUP <cassi.lup@gmail.com>
4 // This program is free software; you can redistribute it and/or
5 // modify it under the terms of the GNU General Public License
6 // as published by the Free Software Foundation; either version 2
7 // of the License, or (at your option) any later version.
12 //landing page definition -- where to go after logout
13 $landingpage = "index.php?site=".$_SESSION['site_id'];
15 //log out by killing the session
18 //redirect to pretty login/logout page
19 header('Location: '.$landingpage.'&logout');