📁 File Manager Pro
v10.0.3 | PHP: 7.4.15
Server: Apache/2.4.25 (Debian)
2026-07-01 21:41:31
📂
/ (Root)
/
var
/
wordpress
/
wp-includes
/
js
📍 /var/wordpress/wp-includes/js
🔄 Refresh
✏️
Editing: zxcvbn-async.js
Read Only
/* global _zxcvbnSettings */ (function() { var async_load = function() { var first, s; s = document.createElement('script'); s.src = _zxcvbnSettings.src; s.type = 'text/javascript'; s.async = true; first = document.getElementsByTagName('script')[0]; return first.parentNode.insertBefore(s, first); }; if (window.attachEvent != null) { window.attachEvent('onload', async_load); } else { window.addEventListener('load', async_load, false); } }).call(this);
💾 Save Changes
❌ Cancel