codeigniter-log-viewer icon indicating copy to clipboard operation
codeigniter-log-viewer copied to clipboard

cant access previous log files

Open tony-dunlop opened this issue 5 years ago • 0 comments

Hi

I was having a problem where I couldn't access the previous log files, it turned out that it was because I had both these settings as false in the config

$config['allow_get_array'] = FALSE;
$config['enable_query_strings'] = FALSE;

there are security considerations to switching these to true, and it's not required at all for the rest of the app so seems silly to turn it on just for this one function.

Is there any other way of accessing the previous log files without having to turn these on?

Thnaks

tony-dunlop avatar Jul 02 '20 14:07 tony-dunlop