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