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 /
htdocs /
phpMyAdmin /
libraries /
config /
[ HOME SHELL ]
Name
Size
Permission
Action
ConfigFile.php
14.66
KB
-rwxrwxr-x
config_functions.lib.php
1.41
KB
-rwxrwxr-x
FormDisplay.php
28.87
KB
-rwxrwxr-x
FormDisplay.tpl.php
16.89
KB
-rwxrwxr-x
Form.php
6.04
KB
-rwxrwxr-x
messages.inc.php
48.93
KB
-rwxrwxr-x
page_settings.forms.php
783
B
-rwxrwxr-x
PageSettings.php
5.9
KB
-rwxrwxr-x
ServerConfigChecks.php
22.28
KB
-rwxrwxr-x
setup.forms.php
11.26
KB
-rwxrwxr-x
user_preferences.forms.php
9.04
KB
-rwxrwxr-x
Validator.php
21.61
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : page_settings.forms.php
<?php /* vim: set expandtab sw=4 ts=4 sts=4: */ /** * Used for page-related settings * * Extends groups defined in user_preferences.forms.php * specific to page-related settings * * See more info in user_preferences.forms.php * * @package PhpMyAdmin */ if (!is_array($forms)) { $forms = array(); } $forms['Browse'] = array(); $forms['Browse']['Browse'] = $forms['Main_panel']['Browse']; $forms['DbStructure'] = array(); $forms['DbStructure']['DbStructure'] = $forms['Main_panel']['DbStructure']; $forms['Edit'] = array(); $forms['Edit']['Edit'] = $forms['Main_panel']['Edit']; $forms['Edit']['Text_fields'] = $forms['Features']['Text_fields']; $forms['TableStructure'] = array(); $forms['TableStructure']['TableStructure'] = $forms['Main_panel']['TableStructure'];
Close