diff --git a/.editorconfig b/.editorconfig
index 2ec19b78..51499854 100644
--- a/.editorconfig
+++ b/.editorconfig
@@ -15,5 +15,5 @@ trim_trailing_whitespace = false
[{composer.json,package.json}]
indent_style = space
-[package.json]
+[{package.json, *.yml}]
indent_size = 2
\ No newline at end of file
diff --git a/admin/index.php b/admin/index.php
index 3974f953..957fe1b6 100644
--- a/admin/index.php
+++ b/admin/index.php
@@ -30,11 +30,6 @@ if(!$db->hasTable('myaac_account_actions')) {
throw new RuntimeException('Seems that the table myaac_account_actions of MyAAC doesn\'t exist in the database. This is a fatal error. You can try to reinstall MyAAC by visiting this url.');
}
-// event system
-require_once SYSTEM . 'hooks.php';
-$hooks = new Hooks();
-$hooks->load();
-
require SYSTEM . 'status.php';
require SYSTEM . 'login.php';
require __DIR__ . '/includes/functions.php';
diff --git a/admin/pages/accounts.php b/admin/pages/accounts.php
index f3022e9c..214b82f0 100644
--- a/admin/pages/accounts.php
+++ b/admin/pages/accounts.php
@@ -327,8 +327,8 @@ else if (isset($_REQUEST['search'])) {
@@ -338,8 +338,8 @@ else if (isset($_REQUEST['search'])) {
@@ -347,8 +347,8 @@ else if (isset($_REQUEST['search'])) {
@@ -403,8 +403,8 @@ else if (isset($_REQUEST['search'])) {
@@ -581,18 +581,18 @@ else if (isset($_REQUEST['search'])) {