{% extends 'sections/administrators/layout.html' %} {% set menu = 'diagnostics' %} {% block content %}
| Is the core up-to-date? | {% if current_version == latest_version %} Yes {% else %} No {% endif %} |
| Are the script files up-to-date? | {% if scripts == 'Yes' %} Yes {% else %} No {% endif %} |
| What is the IP address of the server? | {{ ip_address }} |
| Does the server have a valid license? | {% if license == 'Pass' %} Yes {% else %} No {% endif %} |
| Does /etc/development exists? | {% if development %} Yes {% else %} No {% endif %} |
| What is the value of suEXEC in {% if cPanel == 'Yes' %} WHM -> {% endif %} Fantastico F3 -> Options? | {% if suexec %} On {% else %} Off {% endif %} |
| Is the server IP whitelisted in cPHulk? | {% if license == 'Yes' %} Yes {% else %} No {% endif %} |
| Debug Mode | {% if development %} On {% else %} Off {% endif %} |