Gazelle/sections/logout/index.php
2011-03-28 15:21:28 +01:00

5 lines
94 B
PHP

<?
enforce_login(); // authorize() doesn't work if we're not logged in
authorize();
logout();