]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - Classes/class-hook.php
General Settings: Make debug mode work, also make page pluggable
[irc/unrealircd/unrealircd-webpanel.git] / Classes / class-hook.php
index 8a97ad201705fbf01744c5b0dfbe39d032247d5c..1f6878f91e5c3ad2cfe1d13681e9d7e68b41cfa7 100644 (file)
@@ -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);