1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-07-30 21:40:43 +02:00

[ticket/15689] Show statistics of storages on acp_storage

PHPBB3-15689
This commit is contained in:
Rubén Calvo
2018-06-12 09:44:53 +02:00
parent 5087d5d6b6
commit 584d03a9fe
3 changed files with 27 additions and 0 deletions

View File

@@ -73,6 +73,7 @@ class extension extends \Twig_Extension
new \Twig_SimpleFilter('subset', array($this, 'loop_subset'), array('needs_environment' => true)),
// @deprecated 3.2.0 Uses twig's JS escape method instead of addslashes
new \Twig_SimpleFilter('addslashes', 'addslashes'),
new \Twig_SimpleFilter('format_bytes', 'get_formatted_filesize'),
);
}