{% extends "layout.html" %} {% block content %}

Manage Extensions for PHP {{ version }}

Common Extensions
    {% for ext in common_extensions %}
  • {{ ext }}
  • {% endfor %}
Custom Extension
Back to PHP Manager
{% endblock %}