X-Git-Url: https://jfr.im/git/irc/unrealircd/unrealircd-webpanel.git/blobdiff_plain/ee8927ade5b5379a335929a5ded74e55883a3397..cd26522ba6ff68c18e1504b022ca92f4d01827be:/Classes/class-hook.php diff --git a/Classes/class-hook.php b/Classes/class-hook.php index 8a97ad2..1f6878f 100644 --- a/Classes/class-hook.php +++ b/Classes/class-hook.php @@ -145,6 +145,11 @@ define('HOOKTYPE_RIGHTCLICK_MENU', 118); define('HOOKTYPE_GENERAL_SETTINGS', 120); +/* Array passed is $_POST[] */ +define('HOOKTYPE_GENERAL_SETTINGS_POST', 121); + + + /** Send out a request to ask if there are any plugins which provide authentication */ define('HOOKTYPE_AUTH_MOD', 200);