Problem with integration with Tiny File Manager |
If you say the $CONFIG in the following line
https://github.com/prasathmani/tinyfilem...ger.php#L3 It is not a global variable, but a local variable, because you pass it to view(). > So what should I do to make it work? You need to make it global by yourself. (10-06-2023, 06:02 AM)kenjis Wrote: If you say the $CONFIG in the following line Everything has already started to load ![]() E.g. this "IF" doesn't work for me PHP Code: if ((isset($_SESSION[FM_SESSION_ID]['logged'], $auth_users[$_SESSION[FM_SESSION_ID]['logged']]) || !FM_USE_AUTH) && isset($_POST['ajax'], $_POST['token']) && !FM_READONLY) { Maybe you know where the problem is? Why doesn't this code work in CodeIgniter4?
https://github.com/prasathmani/tinyfilem...anager.php
This file is assumed to be used stand alone, not with other framework. So it seems difficult to integrate it with CI4 or other modern frameworks.
These are 2 of the File mangers that I have seen the Commuity use.
elFinder RESPONSIVE filemanager v 9.14.0 What did you Try? What did you Get? What did you Expect?
Joined CodeIgniter Community 2009. ( Skype: insitfx )
Is there a file manager that I could easily upload as VIEW to CodeIgniter4?
|
Welcome Guest, Not a member yet? Register Sign In |