Current Path : /web/htdocs/www.entinoprofit.org/home/newsletter/admin/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/newsletter/admin/logout.php

<?php
require_once dirname(__FILE__).'/accesscheck.php';

foreach ($GLOBALS['plugins'] as $pluginname => $plugin) {
  $plugin->logout();
}

$_SESSION["adminloggedin"] = "";
$_SESSION["logindetails"] = "";
session_destroy();
?>