From db1760322149162062e774cf2849357c76a6749e Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Mon, 3 Jan 2011 02:28:29 +1100 Subject: [PATCH] Locking permissions --- inc/config.php | 3 ++- inc/functions.php | 4 ++-- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/inc/config.php b/inc/config.php index 809e8148..d40f7654 100644 --- a/inc/config.php +++ b/inc/config.php @@ -207,7 +207,8 @@ define('MOD_LINK_DELETEBYIP', '[D+]', true); define('MOD_LINK_STICKY', '[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. // This keeps the script from querying the database and causing strain when not needed. define('HAS_INSTALLED', '.installed', true); diff --git a/inc/functions.php b/inc/functions.php index a5ec0093..8cea487e 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -99,9 +99,9 @@ formatDate($ban['set']) . ', and ' . ($ban['expires'] ? - 'expires on ' . + 'expires ' . until($ban['expires']) . ' from now, which is on ' . formatDate($ban['expires']) . - ', which is ' . until($ban['expires']) . ' from now' + '' : 'will not expire' ) . '.

Your IP address is ' . $_SERVER['REMOTE_ADDR'] . '.