From 9191c0704a255929ca156a29bb0a2dadaa7cd9d3 Mon Sep 17 00:00:00 2001 From: Savetheinternet Date: Tue, 4 Oct 2011 00:49:35 +1100 Subject: [PATCH] ... --- inc/config.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/inc/config.php b/inc/config.php index 3fc4e4a5..6b7b2779 100644 --- a/inc/config.php +++ b/inc/config.php @@ -68,6 +68,10 @@ // Make IPv4 addresses look like IPv4 addresses ("::ffff:8.8.8.8" becomes "8.8.8.8") $config['ipv6_ipv4'] = 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. + $config['has_installed'] = '.installed'; + /* * ==================== * Database settings @@ -816,10 +820,6 @@ // Delete news entries $config['mod']['news_delete'] = ADMIN; - // 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. - $config['has_installed'] = '.installed'; - /* * ==================== * Other/uncategorized