We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Loop into function public function start() in file elFinderSession.php:
this not looks nice:
if (ini_set('session.use_cookies', 0) === false) { $this->fixCookieRegist === false; // <--- wrong code, what was meant by that? }
Also next one: in public function __construct($opts) is return, but return is constructor? __construct cannot return a value
The text was updated successfully, but these errors were encountered:
@applibs This is clearly a typo bug. I will fix this. Thank you!
Sorry, something went wrong.
b0e72af
nao-pon
No branches or pull requests
Loop into function public function start() in file elFinderSession.php:
this not looks nice:
Also next one:
in public function __construct($opts)
is return, but return is constructor?
__construct cannot return a value
The text was updated successfully, but these errors were encountered: