From 13e361e72a5516b63dd8c652aef2ea0b60adee10 Mon Sep 17 00:00:00 2001 From: Andreas Kristiansen <6977712+AndreasK79@users.noreply.github.com> Date: Fri, 2 Jan 2026 13:33:14 +0100 Subject: [PATCH] Added to config sample --- application/config/config.sample.php | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/application/config/config.sample.php b/application/config/config.sample.php index 6b306ecfd..098833e3f 100644 --- a/application/config/config.sample.php +++ b/application/config/config.sample.php @@ -846,3 +846,11 @@ $config['max_login_attempts'] = 3; $config['enable_dxcluster_file_cache_band'] = false; $config['enable_dxcluster_file_cache_worked'] = false; + +/* +|-------------------------------------------------------------------------- +| Internal tools +| Set this to true if you want to display the admin internal tools in the header meanu +|-------------------------------------------------------------------------- + */ +$config['internal_tools'] = false;