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 /
core /
templates /
Delete
Unzip
Name
Size
Permission
Date
Action
filetemplates
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
lostpassword
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
403.php
383
B
-rw-r--r--
2018-04-19 18:15
404.php
788
B
-rw-r--r--
2018-04-19 18:15
altmail.php
692
B
-rw-r--r--
2018-04-19 18:15
error.php
283
B
-rw-r--r--
2018-04-19 18:15
exception.php
1.33
KB
-rw-r--r--
2018-04-19 18:15
filepicker.html
262
B
-rw-r--r--
2018-04-19 18:15
installation.php
6.89
KB
-rw-r--r--
2018-04-19 18:15
internalaltmail.php
486
B
-rw-r--r--
2018-04-19 18:15
internalmail.php
1.4
KB
-rw-r--r--
2018-04-19 18:15
layout.base.php
1.45
KB
-rw-r--r--
2018-04-19 18:15
layout.guest.php
2.15
KB
-rw-r--r--
2018-04-19 18:15
layout.noscript.warning.php
389
B
-rw-r--r--
2018-04-19 18:15
layout.user.php
5.53
KB
-rw-r--r--
2018-04-19 18:15
login.php
4.36
KB
-rw-r--r--
2018-04-19 18:15
mail.php
1.59
KB
-rw-r--r--
2018-04-19 18:15
message.html
111
B
-rw-r--r--
2018-04-19 18:15
singleuser.user.php
502
B
-rw-r--r--
2018-04-19 18:15
tags.html
369
B
-rw-r--r--
2018-04-19 18:15
twofactorselectchallenge.php
813
B
-rw-r--r--
2018-04-19 18:15
twofactorshowchallenge.php
934
B
-rw-r--r--
2018-04-19 18:15
untrustedDomain.php
587
B
-rw-r--r--
2018-04-19 18:15
update.admin.php
1.9
KB
-rw-r--r--
2018-04-19 18:15
update.use-cli.php
785
B
-rw-r--r--
2018-04-19 18:15
update.user.php
466
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
<div class="update" data-productname="<?php p($_['productName']) ?>" data-version="<?php p($_['version']) ?>"> <div class="updateOverview"> <?php if ($_['isAppsOnlyUpgrade']) { ?> <h2 class="title"><?php p($l->t('App update required')); ?></h2> <?php } else { ?> <h2 class="title"><?php p($l->t('%s will be updated to version %s', [$_['productName'], $_['version']])); ?></h2> <?php } ?> <?php if (!empty($_['appsToUpgrade'])) { ?> <div class="infogroup"> <span><?php p($l->t('These apps will be updated:')); ?></span> <ul class="content appList"> <?php foreach ($_['appsToUpgrade'] as $appInfo) { ?> <li><?php p($appInfo['name']) ?> (<?php p($appInfo['id']) ?>)</li> <?php } ?> </ul> </div> <?php } ?> <?php if (!empty($_['oldTheme'])) { ?> <div class="infogroup"> <?php p($l->t('The theme %s has been disabled.', [$_['oldTheme']])) ?> </div> <?php } ?> <div class="infogroup bold"> <?php p($l->t('Please make sure that the database, the config folder and the data folder have been backed up before proceeding.')) ?> </div> <input class="updateButton" type="button" value="<?php p($l->t('Start update')) ?>"> <div class="infogroup"> <?php p($l->t('To avoid timeouts with larger installations, you can instead run the following command from your installation directory:')) ?> <pre>./occ upgrade</pre> </div> </div> <div class="update-progress hidden"> <h2 id="update-progress-title"></h2> <div id="update-progress-icon" class="icon-loading-dark"></div> <p id="update-progress-message-error" class="warning hidden"></p> <ul id="update-progress-message-warnings" class="warning hidden"></ul> <p id="update-progress-message"></p> <a class="update-show-detailed"><?php p($l->t( 'Detailed logs' )); ?> <img src="<?php print_unescaped(image_path('', 'actions/caret.svg')); ?>" /></a> <div id="update-progress-detailed" class="hidden warning"></div> </div> </div>