summaryrefslogtreecommitdiff
path: root/classes/PluginHost.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2024-02-21 22:13:23 +0300
committerAndrew Dolgov <[email protected]>2024-02-21 22:13:23 +0300
commit81f31399929361d19fb3260a43aa35f9b6cf5105 (patch)
tree1a29923144aa6d9b5925a1745243e3861eba9e8f /classes/PluginHost.php
parentfc95c988cfbe3114fb13a86f9da7881b2babc80d (diff)
add HOOK_VALIDATE_SESSION
Diffstat (limited to 'classes/PluginHost.php')
-rw-r--r--classes/PluginHost.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/classes/PluginHost.php b/classes/PluginHost.php
index c2d0407d4..e39273672 100644
--- a/classes/PluginHost.php
+++ b/classes/PluginHost.php
@@ -199,6 +199,9 @@ class PluginHost {
/** @see Plugin::hook_loginform_additional_buttons() */
const HOOK_LOGINFORM_ADDITIONAL_BUTTONS = "hook_loginform_additional_buttons";
+ /** @see Plugin::hook_validate_session() */
+ const HOOK_VALIDATE_SESSION = "hook_validate_session";
+
const KIND_ALL = 1;
const KIND_SYSTEM = 2;
const KIND_USER = 3;