Vanilla 1 is no longer supported or maintained. If you need a copy, you can get it here.
HackerOne users: Testing against this community violates our program's Terms of Service and will result in your bounty being denied.
Effort to Integrate Filebrowser with Vanilla Authentication . . .
Just wondering if anybody has made the gesture toward using Vanilla's user authentication to control access to Filebrowser? I have a site where the client will not want the photos available to anyone other than its own Community. If somebody has headed that way, I would not want to muck things up by my own effort. . .
Ben Wilson
0
This discussion has been closed.
Comments
How could this be handled?
include_once("../comunidad/appg/settings.php"); include_once("../comunidad/appg/init_people.php"); $UserID = @$_SESSION[$Configuration['SESSION_USER_IDENTIFIER']];
(If i remember correctly, Mr. Bergamot published that code in an old post).