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 /
css /
Delete
Unzip
Name
Size
Permission
Date
Action
images
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
lostpassword
[ DIR ]
drwxr-xr-x
2018-04-19 18:15
apps.css
15.1
KB
-rw-r--r--
2018-04-19 18:15
fixes.css
357
B
-rw-r--r--
2018-04-19 18:15
fonts.css
728
B
-rw-r--r--
2018-04-19 18:15
global.css
919
B
-rw-r--r--
2018-04-19 18:15
header.css
7.83
KB
-rw-r--r--
2018-04-19 18:15
icons.css
8.81
KB
-rw-r--r--
2018-04-19 18:15
inputs.css
9.11
KB
-rw-r--r--
2018-04-19 18:15
jquery-ui-fixes.css
3.54
KB
-rw-r--r--
2018-04-19 18:15
jquery.ocdialog.css
2.92
KB
-rw-r--r--
2018-04-19 18:15
mobile.css
3
KB
-rw-r--r--
2018-04-19 18:15
multiselect.css
2.42
KB
-rw-r--r--
2018-04-19 18:15
share.css
4.89
KB
-rw-r--r--
2018-04-19 18:15
styles.css
21.57
KB
-rw-r--r--
2018-04-19 18:15
systemtags.css
2.59
KB
-rw-r--r--
2018-04-19 18:15
tooltip.css
2.27
KB
-rw-r--r--
2018-04-19 18:15
update.css
363
B
-rw-r--r--
2018-04-19 18:15
Save
Rename
/* Copyright (c) 2015, Raghu Nayyar, http://raghunayyar.com This file is licensed under the Affero General Public License version 3 or later. See the COPYING-README file. */ /* Global Components */ /* Positioning */ .absolute-center { position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%); } .full-width { width: 100%; max-width: 100%; } .pull-left { float: left; } .pull-right { float: right; } .clear-left { clear: left; } .clear-right { clear: right; } .clear-both { clear: both; } .hidden.hidden { display: none; } .hidden-visually { position: absolute; left: -10000px; top: auto; width: 1px; height: 1px; overflow: hidden; } .bold { font-weight: 600; } .text-small { font-size: 80%; } .inlineblock { display: inline-block; } /* Text */ .text-right { text-align: right; } .center, .text-center { text-align: center; } .text-left { text-align: left; }