mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 10:56:26 +00:00
5 lines
94 B
PHP
5 lines
94 B
PHP
<?
|
|
enforce_login(); // authorize() doesn't work if we're not logged in
|
|
authorize();
|
|
logout();
|