Locking permissions
This commit is contained in:
parent
714e531303
commit
db17603221
@ -207,7 +207,8 @@
|
|||||||
define('MOD_LINK_DELETEBYIP', '[D+]', true);
|
define('MOD_LINK_DELETEBYIP', '[D+]', true);
|
||||||
define('MOD_LINK_STICKY', '[Sticky]', true);
|
define('MOD_LINK_STICKY', '[Sticky]', true);
|
||||||
define('MOD_LINK_DESTICKY', '[-Sticky]', true);
|
define('MOD_LINK_DESTICKY', '[-Sticky]', true);
|
||||||
|
define('MOD_LINK_LOCK', '[Lock]', true);
|
||||||
|
define('MOD_LINK_UNLOCK', '[-Lock]', true);
|
||||||
// A small file in the main directory indicating that the script has been ran and the board(s) have been generated.
|
// A small file in the main directory indicating that the script has been ran and the board(s) have been generated.
|
||||||
// This keeps the script from querying the database and causing strain when not needed.
|
// This keeps the script from querying the database and causing strain when not needed.
|
||||||
define('HAS_INSTALLED', '.installed', true);
|
define('HAS_INSTALLED', '.installed', true);
|
||||||
|
@ -99,9 +99,9 @@
|
|||||||
formatDate($ban['set']) .
|
formatDate($ban['set']) .
|
||||||
'</strong>, and ' .
|
'</strong>, and ' .
|
||||||
($ban['expires'] ?
|
($ban['expires'] ?
|
||||||
'expires on <strong>' .
|
'expires ' . until($ban['expires']) . ' from now, which is on <strong>' .
|
||||||
formatDate($ban['expires']) .
|
formatDate($ban['expires']) .
|
||||||
'</strong>, which is ' . until($ban['expires']) . ' from now'
|
'</strong>'
|
||||||
: '<em>will not expire</em>' ) .
|
: '<em>will not expire</em>' ) .
|
||||||
'.</p>
|
'.</p>
|
||||||
<p>Your IP address is <strong>' . $_SERVER['REMOTE_ADDR'] . '</strong>.</p>
|
<p>Your IP address is <strong>' . $_SERVER['REMOTE_ADDR'] . '</strong>.</p>
|
||||||
|
Loading…
Reference in New Issue
Block a user