Proyectos de Subversion LeadersLinked - Antes de SPA

Rev

Rev 6849 | Rev 6860 | Ir a la última revisión | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 6849 Rev 6859
Línea 21... Línea 21...
21
        
21
        
22
        $config = array_filter($config, function($k) {
22
        $config = array_filter($config, function($k) {
23
            return strpos($k, 'leaderslinked.') !== false;
23
            return strpos($k, 'leaderslinked.') !== false;
Línea 24... Línea 24...
24
        }, ARRAY_FILTER_USE_KEY);
24
        }, ARRAY_FILTER_USE_KEY);
Línea 25... Línea 25...
25
        
25
        
26
        
26
         
27
           
27
           
28
        return new StorageController($db, $log, $config);
28
        return new StorageController($db, $log, $config);