sunhater / kcfinder

KCFinder web file manager
http://kcfinder.sunhater.com
402 stars 209 forks source link

problem with requests via POST #165

Open sotnaspina opened 6 years ago

sotnaspina commented 6 years ago

Hello!

I installed the package and it is working normally, but any request via POST seems like the "disabled" in the config.php file is always "false". But, requests via GET running 100%.

One of the messages that appears "You do not have permissions to browse server.".

I'm integrating with Laravel 5.2 and I use Auth::check() to validate the user.

Would you help me?

Thankful!