mirror of
https://github.com/wheelybird/ldap-user-manager.git
synced 2025-01-18 15:32:54 +01:00
6 lines
111 B
PHP
6 lines
111 B
PHP
<?php
|
|
set_include_path( ".:" . __DIR__ . "/../includes/");
|
|
include_once "web_functions.inc.php";
|
|
log_out();
|
|
?>
|