📁
SKYSHELL MANAGER
PHP v8.3.6
Create
Create
Path:
root
/
var
/
www
/
cstage
/
wp-includes
/
js
/
tinymce
/
themes
/
Name
Size
Perm
Actions
📁
inlite
-
0755
🗑️
🏷️
🔒
📁
modern
-
0755
🗑️
🏷️
🔒
📄
ms-files.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
📄
wp-activate.php
6.83 KB
0444
🗑️
🏷️
⬇️
✏️
🔒
Edit: dashboard.html.twig
{% import "system/macro/navigation/breadcrumb.html.twig" as breadcrumb %} {{ breadcrumb.component({items: [localized.breadcrumb.module]}, localized) }} {{ messages() | raw }} <!-- Consent Chart --> <div class="bc-w-full"> {% include "dashboard/partials/consent-chart.html.twig" %} </div> <div class="md:bc-flex md:bc-space-x-4 bc-mb-3"> <div class="bc-w-full md:bc-w-7/12"> <!-- News --> {% include "dashboard/partials/news.html.twig" %} <!-- Setup Assistant --> {% include "dashboard/partials/setup-assistant.html.twig" %} <!-- Contributors --> {% include "dashboard/partials/contributors.html.twig" %} <!-- Acknowledgement --> {% include "dashboard/partials/acknowledgement.html.twig" %} <!-- Telemetry --> <hr> {% include "dashboard/partials/telemetry.html.twig" %} </div> <div class="bc-w-full md:bc-w-5/12"> {{ template.systemCheck | raw }} </div> </div>
Save