]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame - cfg/defines.php
Get rid of setup.php, being integrated in new all-in-one install page.
[irc/unrealircd/unrealircd-webpanel.git] / cfg / defines.php
CommitLineData
33f512fa
VP
1<?php
2
d2db68e3
VP
3/**
4 * Default length of time a "Quick Action" from the
5 * channel details page should be.
6 * This is in minutes. Default is 60.
7 *
8 * You can change this to suit your needs
9 */
10define('DEFAULT_CHAN_DETAIL_QUICK_ACTION_TIME', 60);
11
12/**
13 * Default reason for a quick-ban from the channel
14 * details page.
15 */
16define('DEFAULT_CHAN_DETAIL_QUICK_BAN_REASON', "You have been removed from this channel.");
17/**
18 * The version of our webpanel
19 */
20define('WEBPANEL_VERSION', "1.0-git");
21
39206f24
VP
22/**
23 * After how long to log a user out for inactivity
24 * Default is 15 mins
25 */
26define('INACTIVITY_TIMEOUT', 900);