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 /
templates /
error /
[ HOME SHELL ]
Name
Size
Permission
Action
report_form.phtml
1.24
KB
-rwxrwxr-x
Delete
Unzip
Zip
${this.title}
Close
Code Editor : report_form.phtml
<form action="error_report.php" method="post" name="report_frm" id="report_frm" class="ajax"> <fieldset style="padding-top:0"> <p> <?= __( 'This report automatically includes data about the error and' . ' information about relevant configuration settings.' . ' It will be sent to the phpMyAdmin team for debugging the error.' ) ?> </p> <div class="label"><label><strong> <?= __('Can you tell us the steps leading to this error? It decisively helps in debugging:') ?> </strong></label> </div> <textarea class="report-description" name="description" id="report_description"></textarea> <div class="label"><label><p> <?= __('You may examine the data in the error report:') ?> </p></label></div> <pre class="report-data"><?= htmlspecialchars($report_data) ?></pre> <input type="checkbox" name="always_send" id="always_send_checkbox" /> <label for="always_send_checkbox"> <?= __('Automatically send report next time') ?> </label> </fieldset> <?= $hidden_inputs ?> <?= $hidden_fields ?> </form>
Close