]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - cfg/defines.php
automatically go to login page on session timeout
[irc/unrealircd/unrealircd-webpanel.git] / cfg / defines.php
index 85b3448364085fd4bae2beaa3c7646a5e6d03235..818ab99d5c1a01ddc7d1f5d81a2c3de35de9959f 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
+ * Default is 15 mins
+ */
+define('INACTIVITY_TIMEOUT', 900);
\ No newline at end of file