add nc v26 / update build.sh

Cette révision appartient à :
2023-04-21 18:07:58 +02:00
Parent 0d2a94e711
révision ec0331193c
27 fichiers modifiés avec 654 ajouts et 18 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,
),
),
);