File "admin-logout.inc.php"

Full Path: /srv/www/www.cadoro.it/src/controllers/admin-logout.inc.php
File size: 114 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
  if ($principal) {
    $principal->forget();
  }

  header("Location: " . BASE_URL . "/admin");
  exit;
?>