Add missing header to some files

This commit is contained in:
slawkens
2023-02-15 08:06:08 +01:00
parent 8503135ce0
commit 6ae1bf5814
8 changed files with 51 additions and 5 deletions

View File

@@ -1,4 +1,13 @@
<?php
/**
* Logout from account
*
* @package MyAAC
* @author Slawkens <slawkens@gmail.com>
* @copyright 2019 MyAAC
* @link https://my-aac.org
*/
defined('MYAAC') or die('Direct access not allowed!');
if(isset($account_logged) && $account_logged->isLoaded()) {
if($hooks->trigger(HOOK_LOGOUT, ['account_id' => $account_logged->getId()])) {