Linux anchor 4.4.0-210-generic #242-Ubuntu SMP Fri Apr 16 09:57:56 UTC 2021 x86_64
Apache/2.4.18 (Ubuntu)
Server IP : 10.10.100.4 & Your IP : 216.73.217.150
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
var /
www /
owncloud-prm /
apps /
updatenotification /
js /
Delete
Unzip
Name
Size
Permission
Date
Action
admin.js
1.7
KB
-rw-r--r--
2018-04-19 18:15
notification.js
714
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
/** * Copyright (c) 2018, ownCloud GmbH * * @author Morris Jobke <hey@morrisjobke.de> * * This file is licensed under the Affero General Public License version 3 * or later. * * See the COPYING-README file. * */ /* global oc_updateState */ /** * this gets only loaded if an update is available and then shows a temporary notification */ $(document).ready(function(){ var version = oc_updateState.updateVersion, docLink = oc_updateState.updateLink, text = t('core', '{version} is available. Get more information on how to update.', {version: version}), element = $('<a>').attr('href', docLink).attr('target','_blank').text(text); OC.Notification.showHtml(element, { type: 'error' }); });