HEX
Server: Apache
System: Linux ruweb06.doruk.net.tr 6.8.0-79-generic #79-Ubuntu SMP PREEMPT_DYNAMIC Tue Aug 12 14:42:46 UTC 2025 x86_64
User: ilgazhavalandirma.com_lfvghapcl4 (11494)
PHP: 7.4.33
Disabled: opcache_get_status
Upload Files
File: /var/www/vhosts/ilgazhavalandirma.com.tr/httpdocs/wp-content/plugins/wp-file-manager/js/top.js
var $ = jQuery;
function fm_get_network_url(){
  var urlhash = window.location.hash;
  var href = '';
  if(urlhash){
    var arr = urlhash.split('_');
    var lastItem = arr.pop();
    var txt = decodeURIComponent(escape(window.atob(lastItem)));

    if(fmfparams.is_multisite == '1')
    {
      if(txt == '/')
      {
        href = fmfparams.network_url;
      }
    }
  }
  return href;
}