SeunMatt / codeigniter-log-viewer

This is a simple Log Viewer for viewing Code Igniter logs on the browser and via API clients
MIT License
96 stars 39 forks source link

Remove the Extra slash from LOG_VIEW_FILE_FOLDER Constants #2

Closed rashidtab closed 6 years ago

rashidtab commented 6 years ago

Now it is const LOG_VIEW_FILE_FOLDER = APPPATH . "/views/cilogviewer";

Change to

const LOG_VIEW_FILE_FOLDER = APPPATH . "views/cilogviewer";

So that Double slash wont be appended.

Environment Ubuntu, Php 7, Codeigniter 3

SeunMatt commented 6 years ago

@rashidtab

Thanks for this precious observation. It has been addressed in the latest updates and will be part of the next release