Gazelle/sections/logout/index.php

5 lines
94 B
PHP
Raw Permalink Normal View History

2011-03-28 14:21:28 +00:00
<?
enforce_login(); // authorize() doesn't work if we're not logged in
authorize();
logout();