| Server IP : 85.158.181.41 / Your IP : 216.73.217.12 Web Server : Apache System : Linux cloud9-vm129 6.1.178+1-ph #ph SMP PREEMPT_DYNAMIC Wed Jul 29 09:00:54 UTC 2026 x86_64 User : moncbefd ( 1024) PHP Version : 7.3.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/moncbefd/www.moneta.at/phpMyAdmin-moncbefd1/templates/server/engines/ |
Upload File : |
<h2>
{{ Util_getImage('b_engine') }}
{{ title }}
{{ Util_showMySQLDocu(help_page) }}
</h2>
<p><em>{{ comment }}</em></p>
{% if info_pages is not empty and info_pages is iterable %}
<p>
<strong>[</strong>
{% if page is empty %}
<strong>{% trans 'Variables' %}</strong>
{% else %}
<a href="server_engines.php
{{- Url_getCommon({'engine': engine}) }}">
{% trans 'Variables' %}
</a>
{% endif %}
{% for current, label in info_pages %}
<strong>|</strong>
{% if page is defined and page == current %}
<strong>{{ label }}</strong>
{% else %}
<a href="server_engines.php
{{- Url_getCommon({'engine': engine, 'page': current}) }}">
{{ label }}
</a>
{% endif %}
{% endfor %}
<strong>]</strong>
</p>
{% endif %}
{% if page_output is not empty %}
{{ page_output|raw }}
{% else %}
<p>{{ support }}</p>
{{ variables|raw }}
{% endif %}