mirror of
https://github.com/UnickSoft/graphonline.git
synced 2026-04-09 01:06:09 +00:00
first commit
This commit is contained in:
8
src/admin/logout.php
Executable file
8
src/admin/logout.php
Executable file
@@ -0,0 +1,8 @@
|
||||
<?php
|
||||
|
||||
$admin = new AdminModel(NULL, true);
|
||||
$admin->Logout();
|
||||
|
||||
header("Location: " . SiteRoot($g_config['admin_sector']['after_logout_page']));
|
||||
exit();
|
||||
?>
|
||||
Reference in New Issue
Block a user