Cette révision appartient à :
2026-02-26 23:28:43 +01:00
Parent 56ca431f56
révision 5893b33725
13 fichiers modifiés avec 688 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,
),
),
);