W Filemanager jest w pliku filemanager.config.php funkcja, ale w żaden sposób nie mogę jej skonfigurować:
/** * Check if user is authorized * * @return boolean true is access granted, false if no access */ function auth() { // session_name("CAKEPHP"); // if(isset($_SESSION['Auth']['User'])) { return true; } return false; // You can insert your own code over here to check if the user is authorized. // If you use a session variable, you've got to start the session first (session_start()) }
Mam logowanie na sesjach, więc nie powinno być problemu, ale widocznie brak FCKeditor uniemożliwia prawidłowe działanie...