Edit File by line
•
/
home
/
barbar84
/
www
/
wp-conte...
/
plugins
/
wp-file-...
/
js
•
File:
top.js
var $ = jQuery;
[
0
]
Fix
|
Delete
function fm_get_network_url(){
[
1
]
Fix
|
Delete
var urlhash = window.location.hash;
[
2
]
Fix
|
Delete
var href = '';
[
3
]
Fix
|
Delete
if(urlhash){
[
4
]
Fix
|
Delete
var arr = urlhash.split('_');
[
5
]
Fix
|
Delete
var lastItem = arr.pop();
[
6
]
Fix
|
Delete
var txt = decodeURIComponent(escape(window.atob(lastItem)));
[
7
]
Fix
|
Delete
[
8
]
Fix
|
Delete
if(fmfparams.is_multisite == '1')
[
9
]
Fix
|
Delete
{
[
10
]
Fix
|
Delete
if(txt == '/')
[
11
]
Fix
|
Delete
{
[
12
]
Fix
|
Delete
href = fmfparams.network_url;
[
13
]
Fix
|
Delete
}
[
14
]
Fix
|
Delete
}
[
15
]
Fix
|
Delete
}
[
16
]
Fix
|
Delete
return href;
[
17
]
Fix
|
Delete
}
[
18
]
Fix
|
Delete
It is recommended that you Edit text format, this type of Fix handles quite a lot in one request
Function
Edit text
Download
Information
Rename
Copy
Move
Delete
Chmod
List