l2j_mobius/Account_Manager/logout.php
MobiusDev 5b5e8cb622 Login to dashboard support.
Contributed by Liamxroy.
2018-03-21 11:53:36 +00:00

8 lines
110 B
PHP

<?php
require 'includes/config.php';
session_unset();
session_destroy();
header('Location: index.php');