]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - cfg/defines.php
Bump inactivity timeout from 15min to 60min. Will be customizable later...
[irc/unrealircd/unrealircd-webpanel.git] / cfg / defines.php
index 85b3448364085fd4bae2beaa3c7646a5e6d03235..ace955a6359ac0557faaef1653d86e768c049ad9 100644 (file)
@@ -19,3 +19,8 @@ define('DEFAULT_CHAN_DETAIL_QUICK_BAN_REASON', "You have been removed from this
  */
 define('WEBPANEL_VERSION', "1.0-git");
 
+/**
+ * After how long to log a user out for inactivity
+ * Set to 1 hour for now, will be customizable later.
+ */
+define('INACTIVITY_TIMEOUT', 3600);