Welcome Guest, Not a member yet? Register   Sign In
debug bar always visible, no matter if dev or prod environment
#3

(02-19-2021, 11:25 AM)plaztic Wrote: If the 'normal' method is not working, you can try commenting out 'toolbar' from the code below in /Config/Filters.php

PHP Code:
public $globals = [
        'before' => [
            // 'honeypot',
        ],
        'after'  => [
         // 'toolbar',
        //  'honeypot',
        ], 

Thank you!
Reply


Messages In This Thread
RE: debug bar always visible, no matter if dev or prod environment - by filit - 02-20-2021, 02:23 AM



Theme © iAndrew 2016 - Forum software by © MyBB