From 5c557d44e8595f1381f3df1fe3ee5c7159837ac3 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Fri, 10 Dec 2010 21:15:02 +1100 Subject: [PATCH] MOD_SHOW_IP in config.php --- inc/config.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/inc/config.php b/inc/config.php index 5c1e5a0d..2d2dddf6 100644 --- a/inc/config.php +++ b/inc/config.php @@ -143,6 +143,9 @@ define('MOD_MOD', 1, true); define('MOD_ADMIN', 2, true); + // What level of administration you need to view IP addresses + define('MOD_SHOW_IP', MOD_MOD, 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);