Server IP : 23.254.227.96 / Your IP : 216.73.216.7 Web Server : Apache/2.4.62 (Unix) OpenSSL/1.1.1k System : Linux hwsrv-1277026.hostwindsdns.com 4.18.0-477.13.1.el8_8.x86_64 #1 SMP Tue May 30 14:53:41 EDT 2023 x86_64 User : viralblo ( 1001) PHP Version : 8.1.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : OFF | Sudo : ON | Pkexec : ON Directory : /usr/local/cwpsrv/var/services/pma_01-03-2025.bak/templates/server/engines/ |
Upload File : |
<h2> <?= \PMA\libraries\Util::getImage('b_engine.png'), ' ', htmlspecialchars($title), ' ', \PMA\libraries\Util::showMySQLDocu($helpPage); ?> </h2> <p> <em> <?= htmlspecialchars($comment); ?> </em> </p> <?php if (! empty($infoPages) && is_array($infoPages)): ?> <p> <strong>[</strong> <?php if (empty($_REQUEST['page'])): ?> <strong><?= __('Variables'); ?></strong> <?php else: ?> <a href="server_engines.php<?= \PMA\libraries\URL::getCommon(array('engine' => $_REQUEST['engine'])); ?>"> <?= __('Variables'); ?> </a> <?php endif; ?> <?php foreach ($infoPages as $current => $label): ?> <strong>|</strong> <?php if (isset($_REQUEST['page']) && $_REQUEST['page'] == $current): ?> <strong><?= htmlspecialchars($label); ?></strong> <?php else: ?> <a href="server_engines.php<?= \PMA\libraries\URL::getCommon(array('engine' => $_REQUEST['engine'], 'page' => $current)); ?>"> <?= htmlspecialchars($label); ?> </a> <?php endif; ?> <?php endforeach; ?> <strong>]</strong> </p> <?php endif; ?> <?php if (! empty($pageOutput)): ?> <?= $pageOutput; ?> <?php else: ?> <p> <?= $support; ?> </p> <?= $variables; ?> <?php endif; ?>