Initial commit

This commit is contained in:
2023-01-17 22:46:02 +01:00
commit d734b0cc46
14 changed files with 2625 additions and 0 deletions

4
config/apcu.config.php Normal file
View File

@@ -0,0 +1,4 @@
<?php
$CONFIG = array (
'memcache.local' => '\OC\Memcache\APCu',
);