4 lines
110 B
PHP
4 lines
110 B
PHP
<?php
|
|
// This file provides a simple entry point for logging out.
|
|
require_once __DIR__ . '/auth_handler.php';
|