]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blame - inc/defines.php
Logs: show search pane (on desktop)
[irc/unrealircd/unrealircd-webpanel.git] / inc / 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");