From 0cf76ccb4736473a958d9fd36ed914e2d25d594a Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Wed, 21 Oct 2020 13:12:15 +0200 Subject: Feature: add a Server administration page It contains mostly read only information about the current Shaarli instance, PHP version, extensions, file and folder permissions, etc. Also action buttons to clear the cache or sync thumbnails. Part of the content of this page is also displayed on the install page, to check server requirement before installing Shaarli config file. Fixes #40 Fixes #185 --- tpl/default/tools.html | 14 ++++++-------- 1 file changed, 6 insertions(+), 8 deletions(-) (limited to 'tpl/default/tools.html') diff --git a/tpl/default/tools.html b/tpl/default/tools.html index 2cb08e38..2df73598 100644 --- a/tpl/default/tools.html +++ b/tpl/default/tools.html @@ -20,6 +20,12 @@ {'Plugin administration'|t} +
+ + {'Server administration'|t} + +
{if="!$openshaarli"}
@@ -45,14 +51,6 @@
- {if="$thumbnails_enabled"} -
- - {'Synchronize thumbnails'|t} - -
- {/if} - {loop="$tools_plugin"}
{$value} -- cgit v1.2.3