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 /
files /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
appnavigation.php
1.19
KB
-rw-r--r--
2018-04-19 18:15
fileexists.html
1.19
KB
-rw-r--r--
2018-04-19 18:15
index.php
1.8
KB
-rw-r--r--
2018-04-19 18:15
list.php
3.63
KB
-rw-r--r--
2018-04-19 18:15
simplelist.php
1.44
KB
-rw-r--r--
2018-04-19 18:15
Save
Rename
<div id="app-navigation"> <ul class="with-icon"> <?php foreach ($_['navigationItems'] as $item) { ?> <li data-id="<?php p($item['id']) ?>" class="nav-<?php p($item['id']) ?>"> <a href="<?php p(isset($item['href']) ? $item['href'] : '#') ?>" class="nav-icon-<?php p($item['icon'] !== '' ? $item['icon'] : $item['id']) ?> svg"> <?php p($item['name']);?> </a> </li> <?php } ?> </ul> <div id="app-settings"> <div id="app-settings-header"> <button class="settings-button" data-apps-slide-toggle="#app-settings-content"> <?php p($l->t('Settings'));?> </button> </div> <div id="app-settings-content"> <div id="files-setting-showhidden"> <input class="checkbox" id="showhiddenfilesToggle" checked="checked" type="checkbox"> <label for="showhiddenfilesToggle"><?php p($l->t('Show hidden files')); ?></label> </div> <label for="webdavurl"><?php p($l->t('WebDAV'));?></label> <input id="webdavurl" type="text" readonly="readonly" value="<?php p($_['webdavUrl']); ?>" /> <em><?php print_unescaped($l->t('Use this address to <a href="%s" target="_blank" rel="noreferrer">access your Files via WebDAV</a>', [link_to_docs('user-webdav')]));?></em> </div> </div> </div>