feat: add nc 34

Cette révision appartient à :
2026-06-10 20:50:45 +02:00
Parent 1ce652827a
révision aa388dd135
13 fichiers modifiés avec 738 ajouts et 0 suppressions
+15
Voir le fichier
@@ -0,0 +1,15 @@
<?php
$CONFIG = array (
'apps_paths' => array (
0 => array (
'path' => OC::$SERVERROOT.'/apps',
'url' => '/apps',
'writable' => false,
),
1 => array (
'path' => OC::$SERVERROOT.'/custom_apps',
'url' => '/custom_apps',
'writable' => true,
),
),
);