{% extends "base.html.twig" %} {% block content %}

Welcome to your Zer.ooo install

Checking for extensions and settings

{{ hasExecEnabled ? 'Yes' : 'No' }} Is exec available?
{{ hasOpenSsl ? 'Yes' : 'No' }} Is the openssl binary available?
{{ hasOpenSslExtension ? 'Yes' : 'No' }} Is the openssl module loaded?
{{ hasZipExtension ? 'Yes' : 'No' }} Is the zip module loaded?
{% if not (hasExecEnabled and hasOpenSslExtension and hasOpenSsl and hasZipExtension) %}
Those functions are essential for the functionality of Zer.ooo, please enable them

Refresh
{% else %}

Create your superuser

Server details

{% endif %}
{% endblock %}