]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blob - inc/defines.php
Change version for initial release
[irc/unrealircd/unrealircd-webpanel.git] / inc / defines.php
1 <?php
2
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 */
10 define('DEFAULT_CHAN_DETAIL_QUICK_ACTION_TIME', 60);
11
12 /**
13 * Default reason for a quick-ban from the channel
14 * details page.
15 */
16 define('DEFAULT_CHAN_DETAIL_QUICK_BAN_REASON', "You have been removed from this channel.");
17 /**
18 * The version of our webpanel
19 */
20 define('WEBPANEL_VERSION', "0.9");