]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - index.php
Feature: add a Server administration page
[github/shaarli/Shaarli.git] / index.php
index 220847f5ec4f3469af3e2eb32e08b5f6cc2c4ab9..d0c5ac60cfa78eb67c78a3b0ebc17079c079f2cd 100644 (file)
--- a/index.php
+++ b/index.php
@@ -128,6 +128,8 @@ $app->group('/admin', function () {
     $this->get('/plugins', '\Shaarli\Front\Controller\Admin\PluginsController:index');
     $this->post('/plugins', '\Shaarli\Front\Controller\Admin\PluginsController:save');
     $this->get('/token', '\Shaarli\Front\Controller\Admin\TokenController:getToken');
+    $this->get('/server', '\Shaarli\Front\Controller\Admin\ServerController:index');
+    $this->get('/clear-cache', '\Shaarli\Front\Controller\Admin\ServerController:clearCache');
     $this->get('/thumbnails', '\Shaarli\Front\Controller\Admin\ThumbnailsController:index');
     $this->get('/metadata', '\Shaarli\Front\Controller\Admin\MetadataController:ajaxRetrieveTitle');
     $this->get('/visibility/{visibility}', '\Shaarli\Front\Controller\Admin\SessionFilterController:visibility');