Merge pull request #553 from perdedora/update_twig

Update twig to 2.9
This commit is contained in:
basedgentoo
2023-04-23 22:12:49 -04:00
committed by GitHub
44 changed files with 705 additions and 606 deletions

View File

@@ -47,6 +47,8 @@
$config['verbose_errors'] = false;
// Warn about deprecations? See vichan-devel/vichan#363 and https://www.youtube.com/watch?v=9crnlHLVdno
$config['deprecation_errors'] = false;
// Skip cache in twig. this is already enabled with debug
$config['twig_auto_reload'] = false;
// EXPLAIN all SQL queries (when in debug mode).
$config['debug_explain'] = false;