mirror of
https://github.com/WhatCD/Gazelle.git
synced 2024-12-13 02:46:30 +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();
|