/home/mjc1/public_html/j3demo/adm/logout.php


1
2
3
4
5
6
7
<?php
include("./_common.php");
session_destroy();
?>
<script>
    document.location.href='<?php echo $j3_adm_url;?>/index.php';
</script>