mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-03 06:16:20 +00:00
8 lines
170 B
PHP
Executable File
8 lines
170 B
PHP
Executable File
<?php
|
|
|
|
$admin = new AdminModel(NULL, true);
|
|
$admin->Logout();
|
|
|
|
header("Location: " . SiteRoot($g_config['admin_sector']['after_logout_page']));
|
|
exit();
|
|
?>
|