Linux ns1.utparral.edu.mx 6.8.0-79-generic #79~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Fri Aug 15 16:54:53 UTC 2 x86_64
Apache/2.4.58 (Unix) OpenSSL/1.1.1w PHP/8.2.12 mod_perl/2.0.12 Perl/v5.34.1
: 10.10.1.9 | : 10.10.1.254
Cant Read [ /etc/named.conf ]
daemon
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
README
+ Create Folder
+ Create File
/
opt /
lampp /
phpmyadmin /
themes /
bootstrap /
scss /
[ HOME SHELL ]
Name
Size
Permission
Action
_bootstrap.scss
2.23
KB
-rw-r--r--
_breadcrumb.scss
331
B
-rw-r--r--
_codemirror.scss
1.49
KB
-rw-r--r--
_common.scss
39.05
KB
-rw-r--r--
_designer.scss
8.07
KB
-rw-r--r--
_enum-editor.scss
902
B
-rw-r--r--
_forms.scss
60
B
-rw-r--r--
_gis.scss
424
B
-rw-r--r--
_icons.scss
11.27
KB
-rw-r--r--
_jqplot.scss
4.7
KB
-rw-r--r--
_navigation.scss
7.25
KB
-rw-r--r--
_print.scss
1.44
KB
-rw-r--r--
_reboot.scss
38
B
-rw-r--r--
_tables.scss
95
B
-rw-r--r--
theme.scss
289
B
-rw-r--r--
_variables.scss
260
B
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : _enum-editor.scss
/** * ENUM/SET editor styles */ p.enum_notice { margin: 5px 2px; font-size: 80%; } #enum_editor { p { margin-top: 0; font-style: italic; } .values { width: 100%; } .add { width: 100%; td { vertical-align: middle; width: 50%; padding: 0 0 0; padding-left: 1em; } } .values { td.drop { width: 1.8em; cursor: pointer; vertical-align: middle; } input { margin: 0.1em 0; padding-right: 2em; width: 100%; } img { vertical-align: middle; } } input.add_value { margin: 0; margin-right: 0.4em; } } #enum_editor_output textarea { width: 100%; float: right; margin: 1em 0 0 0; } /** * ENUM/SET editor integration for the routines editor */ .enum_hint { position: relative; a { position: absolute; left: 81%; bottom: 0.35em; } }
Close