diff --git a/site/plugins/admin/views/partials/base.html b/site/plugins/admin/views/partials/base.html index 156a42f6..0f23525b 100644 --- a/site/plugins/admin/views/partials/base.html +++ b/site/plugins/admin/views/partials/base.html @@ -65,11 +65,9 @@
{{ tr('admin_flextype_version') }} | +{{ flextype_version }} | +
{{ tr('admin_debugging') }} | ++ {% if registry.settings.errors.display %} + {{ tr('admin_on') }} + {% else %} + {{ tr('admin_off') }} + {% endif %} + | +
{{ tr('admin_cache') }} | ++ {% if registry.settings.cache.enabled %} + {{ tr('admin_on') }} + {% else %} + {{ tr('admin_off') }} + {% endif %} + | +
{{ tr('admin_php_version') }} | ++ |
{{ tr('admin_php_built_on') }} | +{{ php_uname }} | +
{{ tr('admin_web_server') }} | +{{ webserver }} | +
{{ tr('admin_web_server_php_interface') }} | +{{ php_sapi_name }} | +
Apache Mod Rewrite | {{ tr('admin_installed') }} |
Apache Mod Rewrite | {{ tr('admin_not_installed') }} |
password_verify() | {{ tr('admin_installed') }} |
password_verify() | {{ tr('admin_not_installed') }} |
password_hash() | {{ tr('admin_installed') }} |
password_hash() | {{ tr('admin_not_installed') }} |